Bind()
Socket::Bind(System::SharedPtr<EndPoint>) method
Binds the socket with to the specified local endpoint.
void System::Net::Sockets::Socket::Bind(System::SharedPtr<EndPoint> localEP)
Arguments
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.Slides