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