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