3 writes to AcceptSocket
System (1)
net\System\Net\Sockets\Socket.cs (1)
7707
e.
AcceptSocket
= new Socket(addressFamily, socketType, protocolType);
System.ServiceModel (2)
System\ServiceModel\Channels\SocketAsyncEventArgsPool.cs (1)
54
socketAsyncEventArgs.
AcceptSocket
= null;
System\ServiceModel\Channels\SocketConnection.cs (1)
2370
this.socketAsyncEventArgs.
AcceptSocket
= null;
6 references to AcceptSocket
System (4)
net\System\Net\Sockets\Socket.cs (4)
7705
if(e.
AcceptSocket
== null) {
7710
if(e.
AcceptSocket
.m_RightEndPoint != null && !e.
AcceptSocket
.m_IsDisconnected) {
7728
e.
AcceptSocket
.m_Handle,
System.ServiceModel (2)
System\ServiceModel\Channels\SocketAsyncEventArgsPool.cs (1)
51
Socket socket = socketAsyncEventArgs.
AcceptSocket
;
System\ServiceModel\Channels\SocketConnection.cs (1)
2369
this.socket = this.socketAsyncEventArgs.
AcceptSocket
;