kerryjiang / WebSocket4Net

A popular .NET WebSocket Client
Apache License 2.0
764 stars 273 forks source link

Bind to specific LocalEndPoint #65

Closed osalas891123 closed 7 years ago

osalas891123 commented 7 years ago

How can i bind my client to an specific ip address, i see a related post but i can find de LocalEndPoint property

kerryjiang commented 7 years ago

Please try WebSocket4Net 0.15.0-beta6, which expose a property named "LocalEndPoint".

osalas891123 commented 7 years ago

Thanks for your quick answer

On Tue, Nov 8, 2016 at 11:39 AM, Kerry Jiang notifications@github.com wrote:

Please try WebSocket4Net 0.15.0-beta6, which expose a property named "LocalEndPoint".

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kerryjiang/WebSocket4Net/issues/65#issuecomment-259188669, or mute the thread https://github.com/notifications/unsubscribe-auth/AJoet5XO_1KHdcBmunIKcMCvM1pdSMneks5q8KXagaJpZM4KslBP .

kerryjiang commented 7 years ago

The latest release 0.15 has supported this case.