1 write to Decoder
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
147Decoder = new ClientSingletonDecoder(0);
4 references to Decoder
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
148(connection, _remoteSecurity) = await _channel.SendPreambleAsync(connection, timeoutHelper, Decoder); 166get { return _connectionPoolHelper.Decoder.StreamPosition; } 173int bytesRead = _connectionPoolHelper.Decoder.Decode(buffer, offset, size); 180switch (_connectionPoolHelper.Decoder.CurrentState)