8 references to ClientWebSocketFactory
System.ServiceModel (8)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
19
readonly
ClientWebSocketFactory
connectionFactory;
34
public ClientWebSocketTransportDuplexSessionChannel(HttpChannelFactory<IDuplexSessionChannel> channelFactory,
ClientWebSocketFactory
connectionFactory, EndpointAddress remoteAddresss, Uri via, ConnectionBufferPool bufferPool)
System\ServiceModel\Channels\HttpChannelFactory.cs (6)
40
readonly
ClientWebSocketFactory
clientWebSocketFactory;
175
Collection<
ClientWebSocketFactory
> clientWebSocketFactories = context.BindingParameters.FindAll<
ClientWebSocketFactory
>();
180
SR.GetString(SR.MultipleClientWebSocketFactoriesSpecified, typeof(BindingContext).Name, typeof(
ClientWebSocketFactory
).Name));
326
protected
ClientWebSocketFactory
ClientWebSocketFactory
489
throw FxTrace.Exception.AsError(new PlatformNotSupportedException(SR.GetString(SR.WebSocketsClientSideNotSupported, typeof(
ClientWebSocketFactory
).FullName)));