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