1 write to preamble
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
395
this.
preamble
= channel.CreatePreamble();
2 references to preamble
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
406
return channel.BeginSendPreamble(connection,
preamble
, ref timeoutHelper, callback, state);
416
return channel.SendPreamble(connection,
preamble
, ref timeoutHelper);