1 write to _preamble
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
422
_preamble
= channel.CreatePreamble();
2 references to _preamble
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
433
return _channel.SendPreamble(connection,
_preamble
, ref timeoutHelper);
438
return _channel.SendPreambleAsync(connection,
_preamble
, timeoutHelper.RemainingTime());