1 write to currentVersion
System.ServiceModel (1)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (1)
32
this.
currentVersion
= currentVersion;
2 references to currentVersion
System.ServiceModel (2)
System\ServiceModel\Channels\DefaultWebSocketConnectionHandler.cs (2)
54
return GetUpgradeRequiredResponseMessageWithVersion(request, this.
currentVersion
);
207
return headerValue == this.
currentVersion
;