2 writes to remoteSecurity
System.ServiceModel (2)
System\ServiceModel\Channels\StreamSecurityUpgradeAcceptorBase.cs (2)
41
Stream result = this.OnAcceptUpgrade(stream, out this.
remoteSecurity
);
72
Stream retValue = this.OnEndAcceptUpgrade(result, out this.
remoteSecurity
);
1 reference to remoteSecurity
System.ServiceModel (1)
System\ServiceModel\Channels\StreamSecurityUpgradeAcceptorBase.cs (1)
80
return this.
remoteSecurity
;