3 references to SocketConnection
System.ServiceModel (3)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
761
SocketConnection socketConnection = new
SocketConnection
(socket, EnsureConnectionBufferPool(connectionBufferSize, alreadyHoldingLock), true);
System\ServiceModel\Channels\SocketConnection.cs (2)
1578
return new
SocketConnection
(socket, this.connectionBufferPool, false);
2058
return new
SocketConnection
(socket, this.connectionBufferPool, false);