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