4 references to RemoteAddress
System.ServiceModel (4)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
975this.parent.IdentityVerifier.EnsureOutgoingIdentity(this.RemoteAddress, this.Via, authzContext);
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (3)
461if (parent.IdentityVerifier.TryGetIdentity(this.RemoteAddress, this.Via, out identity)) 463targetName = SecurityUtils.GetSpnFromIdentity(identity, this.RemoteAddress); 467targetName = SecurityUtils.GetSpnFromTarget(this.RemoteAddress);