3 instantiations of 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);
14 references to SocketConnection
System.ServiceModel (14)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3629return SocketConnection.ConvertTransferException((SocketException)ioException.InnerException, receiveTimeout, ioException); 3675return SocketConnection.ConvertTransferException((SocketException)ioException.InnerException, TimeSpan.FromMilliseconds(request.Timeout), exception);
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
761SocketConnection socketConnection = new SocketConnection(socket, EnsureConnectionBufferPool(connectionBufferSize, alreadyHoldingLock), true);
System\ServiceModel\Channels\SocketConnection.cs (11)
251SocketConnection thisPtr = (SocketConnection)state; 257SocketConnection thisPtr = (SocketConnection)state; 264((SocketConnection)result.AsyncState).OnReceive(result); 269((SocketConnection)e.UserToken).OnReceiveAsync(sender, e); 274((SocketConnection)e.UserToken).OnSendAsync(sender, e); 423SocketConnection thisPtr = (SocketConnection)state; 717SocketConnection socketConnection, TimeSpan remainingTime) 822static string GetEndpointString(string sr, TimeSpan timeout, SocketException socketException, SocketConnection socketConnection)