1 instantiation of SocketInformation
System (1)
net\System\Net\Sockets\Socket.cs (1)
2802SocketInformation info = new SocketInformation();
9 references to SocketInformation
SMSvcHost (3)
System\ServiceModel\Activation\TcpWorkerProcess.cs (3)
17SocketInformation dupedSocket = default(SocketInformation); 20dupedSocket = (SocketInformation)session.Connection.DuplicateAndClose(this.ProcessId);
System (3)
net\System\Net\Sockets\Socket.cs (3)
170public Socket(SocketInformation socketInformation) { 2792public SocketInformation DuplicateAndClose(int targetProcessId){ 2802SocketInformation info = new SocketInformation();
System.ServiceModel (3)
System\ServiceModel\Activation\TcpDuplicateContext.cs (3)
18SocketInformation socketInformation; 20public TcpDuplicateContext(SocketInformation socketInformation, Uri via, byte[] readData) 26public SocketInformation SocketInformation