1 write to needToCheckContentType
System.ServiceModel (1)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (1)
37this.needToCheckContentType = true;
2 references to needToCheckContentType
System.ServiceModel (2)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (2)
57if (this.needToCheckContentType) 224Fx.Assert(this.needToCheckContentType, "needToCheckContentType should be true.");