2 writes to _remoteSecurity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeAcceptorBase.cs (2)
42Stream result = this.OnAcceptUpgrade(stream, out _remoteSecurity); 73Stream retValue = this.OnEndAcceptUpgrade(result, out _remoteSecurity);
1 reference to _remoteSecurity
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeAcceptorBase.cs (1)
81return _remoteSecurity;