System::Net::Sockets::Socket::Bind metodo

Socket::Bind method

Associa il socket all’endpoint locale specificato.

void System::Net::Sockets::Socket::Bind(System::SharedPtr<EndPoint> localEP)
ParametroTipoDescrizione
localEPSystem::SharedPtr<EndPoint>L’endpoint locale a cui è associato il socket.

Vedi anche