2 writes to decoder
System.ServiceModel (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
184
this.
decoder
= new ClientSingletonDecoder(0);
190
this.
decoder
= new ClientSingletonDecoder(0);
3 references to decoder
System.ServiceModel (3)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
168
get { return this.
decoder
; }
185
return channel.SendPreamble(connection, ref timeoutHelper, this.
decoder
, out this.remoteSecurity);
191
return new SendPreambleAsyncResult(channel, connection, ref timeoutHelper,
decoder
, callback, state);