3 references to Decoder
System.ServiceModel (3)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
502
get { return connectionPoolHelper.
Decoder
.StreamPosition; }
509
int bytesRead = connectionPoolHelper.
Decoder
.Decode(buffer, offset, size);
516
switch (connectionPoolHelper.
Decoder
.CurrentState)