3 references to Connected
System (3)
net\System\Net\Sockets\SocketInformation.cs (3)
48return ((options&SocketInformationOptions.Connected)!=0); 52options |= SocketInformationOptions.Connected; 55options &= ~SocketInformationOptions.Connected;