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