1 write to webSocketSoapContentType
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
187this.webSocketSoapContentType = new Lazy<string>(() => { return this.MessageEncoderFactory.CreateSessionEncoder().ContentType; }, LazyThreadSafetyMode.ExecutionAndPublication);
1 reference to webSocketSoapContentType
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
288return this.webSocketSoapContentType.Value;