1 write to Decoder
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
147
Decoder
= 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
);
166
get { return _connectionPoolHelper.
Decoder
.StreamPosition; }
173
int bytesRead = _connectionPoolHelper.
Decoder
.Decode(buffer, offset, size);
180
switch (_connectionPoolHelper.
Decoder
.CurrentState)