1 write to Port
System (1)
net\System\Net\CredentialCache.cs (1)
407
Port
= port;
6 references to Port
System (6)
net\System\Net\CredentialCache.cs (6)
425
if (port !=
Port
) {
429
GlobalLog.Print("CredentialKey::Match(" + Host.ToString() + ":" +
Port
.ToString() +" & " + host.ToString() + ":" + port.ToString() + ")");
442
m_HashCode = AuthenticationType.ToUpperInvariant().GetHashCode() + Host.ToUpperInvariant().GetHashCode() +
Port
.GetHashCode();
461
Port
== comparedCredentialKey.
Port
;
469
return "[" + Host.Length.ToString(NumberFormatInfo.InvariantInfo) + "]:" + Host + ":" +
Port
.ToString(NumberFormatInfo.InvariantInfo) + ":" + ValidationHelper.ToString(AuthenticationType);