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

ParameterTypeDescription
localEPSystem::SharedPtr<EndPoint>The local endpoint to which the socket is bound.

See Also