10 references to Close
System (6)
net\System\Net\_PooledStream.cs (2)
629socket4.Close(timeout); 646socket6.Close(timeout);
net\System\Net\Sockets\NetworkStream.cs (2)
158chkSocket.Close(0); 653chkStreamSocket.Close(m_CloseTimeout);
net\System\Net\Sockets\Socket.cs (2)
2831Close(-1); 7658Close(0);
System.Runtime.Remoting (1)
channels\tcp\tcpserverchannel.cs (1)
465socket.Close(0);
System.ServiceModel (2)
System\ServiceModel\Channels\SocketAsyncEventArgsPool.cs (1)
58socket.Close(0);
System\ServiceModel\Channels\SocketConnection.cs (1)
343socket.Close(0);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
145this.socket.Close(0);