1 write to checkContentTypeFunc
System.ServiceModel (1)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (1)
39this.checkContentTypeFunc = new Func<string, bool>(this.CheckContentType);
1 reference to checkContentTypeFunc
System.ServiceModel (1)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (1)
59if (!CheckHttpHeader(request, WebSocketTransportSettings.SoapContentTypeHeader, this.checkContentTypeFunc))