1 write to checkVersionFunc
System.ServiceModel (1)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (1)
33
this.
checkVersionFunc
= new Func<string, bool>(this.CheckVersion);
1 reference to checkVersionFunc
System.ServiceModel (1)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (1)
52
if (!CheckHttpHeader(request, WebSocketHelper.SecWebSocketVersion, this.
checkVersionFunc
))