1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
163
this.
channel
= channel;
3 references to channel
System.ServiceModel (3)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
179
timeout,
channel
.Via.AbsoluteUri), innerException);
185
return
channel
.SendPreamble(connection, ref timeoutHelper, this.decoder, out this.remoteSecurity);
191
return new SendPreambleAsyncResult(
channel
, connection, ref timeoutHelper, decoder, callback, state);