1 write to _channel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
421
_channel
= channel;
3 references to _channel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (3)
428
timeout,
_channel
.Via.AbsoluteUri), innerException);
433
return
_channel
.SendPreamble(connection, _preamble, ref timeoutHelper);
438
return
_channel
.SendPreambleAsync(connection, _preamble, timeoutHelper.RemainingTime());