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