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