1 write to _connectionPoolHelper
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
161
_connectionPoolHelper
= connectionPoolHelper;
4 references to _connectionPoolHelper
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
166
get { return
_connectionPoolHelper
.Decoder.StreamPosition; }
173
int bytesRead =
_connectionPoolHelper
.Decoder.Decode(buffer, offset, size);
180
switch (
_connectionPoolHelper
.Decoder.CurrentState)
195
protected override void OnClose(TimeSpan timeout) =>
_connectionPoolHelper
.Close(timeout);