9 references to Bind
System (6)
net\System\Net\_FtpControlStream.cs (2)
704
m_DataSocket.
Bind
(localEndPoint);
1112
m_DataSocket.
Bind
(epListener);
net\System\Net\Sockets\TCPClient.cs (1)
48
Client.
Bind
(localEP);
net\System\Net\Sockets\TCPListener.cs (1)
185
m_ServerSocket.
Bind
(m_ServerSocketEP);
net\System\Net\Sockets\UDPClient.cs (2)
108
Client.
Bind
(localEP);
133
Client.
Bind
(localEP);
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (1)
2112
this.listenSocket.
Bind
(localEndpoint);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
317
result.
Bind
(localEndpoint);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
426
socket.
Bind
(localEndpoint);