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