System::Net::Sockets::Socket::Bind method
Socket::Bind method
Binds the socket with to the specified local endpoint.
void System::Net::Sockets::Socket::Bind(System::SharedPtr<EndPoint> localEP)
Parameter | Type | Description |
---|---|---|
localEP | System::SharedPtr<EndPoint> | The local endpoint to which the socket is bound. |
See Also
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++