1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
394this.channel = channel;
4 references to channel
System.ServiceModel (4)
System\ServiceModel\Channels\FramingChannels.cs (4)
401timeout, channel.Via.AbsoluteUri), innerException); 406return channel.BeginSendPreamble(connection, preamble, ref timeoutHelper, callback, state); 411return channel.EndSendPreamble(result); 416return channel.SendPreamble(connection, preamble, ref timeoutHelper);