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