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