Visual Basic (Declaration) | |
---|---|
Public LocalEndPoint As IPEndPoint |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SocketOption Dim value As IPEndPoint value = instance.LocalEndPoint instance.LocalEndPoint = value |
C# | |
---|---|
public IPEndPoint LocalEndPoint |
Managed Extensions for C++ | |
---|---|
public: IPEndPoint* LocalEndPoint |
C++/CLI | |
---|---|
public: IPEndPoint^ LocalEndPoint |
Socket.Bind will be used bind the socket to the specified endpoint.
Target Platforms: Microsoft .NET Framework 2.0