1 write to connectionPoolHelper
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
497this.connectionPoolHelper = connectionPoolHelper;
4 references to connectionPoolHelper
System.ServiceModel (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
502get { return connectionPoolHelper.Decoder.StreamPosition; } 509int bytesRead = connectionPoolHelper.Decoder.Decode(buffer, offset, size); 516switch (connectionPoolHelper.Decoder.CurrentState) 533connectionPoolHelper.Close(timeout);