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