1 write to _channelFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
33
_channelFactory
= channelFactory;
6 references to _channelFactory
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (6)
73
if (HttpChannelFactory<IDuplexSessionChannel>.MapIdentity(this.RemoteAddress,
_channelFactory
.AuthenticationScheme))
82
HttpsChannelFactory<IDuplexSessionChannel> httpsChannelFactory =
_channelFactory
as HttpsChannelFactory<IDuplexSessionChannel>;
208
headers[WebSocketTransportSettings.SoapContentTypeHeader] =
_channelFactory
.WebSocketSoapContentType;
209
if (
_channelFactory
.MessageEncoderFactory is BinaryMessageEncoderFactory)
211
headers[WebSocketTransportSettings.BinaryEncoderTransferModeHeader] =
_channelFactory
.TransferMode.ToString();
214
var credentials =
_channelFactory
.GetCredentials();