1 write to _connectionFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
34
_connectionFactory
= connectionFactory;
7 references to _connectionFactory
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (7)
192
Contract.Assert(
_connectionFactory
!= null, "Invalid call: CreateWebSocketWithFactory.");
196
WcfEventSource.Instance.WebSocketCreateClientWebSocketWithFactory(EventTraceActivity,
_connectionFactory
.GetType().FullName);
215
ws = await
_connectionFactory
.CreateWebSocketAsync(Via, headers, credentials, WebSocketSettings.Clone(), timeoutHelper);
224
throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(SRServiceModel.ClientWebSocketFactory_CreateWebSocketFailed,
_connectionFactory
.GetType().Name), e));
230
throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(SRServiceModel.ClientWebSocketFactory_InvalidWebSocket,
_connectionFactory
.GetType().Name)));
236
throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(SRServiceModel.ClientWebSocketFactory_InvalidWebSocket,
_connectionFactory
.GetType().Name)));
244
throw FxTrace.Exception.AsError(new InvalidOperationException(string.Format(SRServiceModel.ClientWebSocketFactory_InvalidSubProtocol,
_connectionFactory
.GetType().Name, obtained, requested)));