1 write to encoder
System.ServiceModel (1)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (1)
38this.encoder = encoderFactory.CreateSessionEncoder();
2 references to encoder
System.ServiceModel (2)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (2)
213return this.encoder.IsContentTypeSupported(headerValue); 226response.Headers.Add(WebSocketTransportSettings.SoapContentTypeHeader, this.encoder.ContentType);