1 write to UriPrefix
System (1)
net\System\Net\CredentialCache.cs (1)
482
UriPrefix
= uriPrefix;
7 references to UriPrefix
System (7)
net\System\Net\CredentialCache.cs (7)
483
UriPrefixLength =
UriPrefix
.ToString().Length;
499
GlobalLog.Print("CredentialKey::Match(" +
UriPrefix
.ToString() + " & " + uri.ToString() + ")");
501
return IsPrefix(uri,
UriPrefix
);
537
m_HashCode = AuthenticationType.ToUpperInvariant().GetHashCode() + UriPrefixLength +
UriPrefix
.GetHashCode();
555
UriPrefix
.Equals(comparedCredentialKey.
UriPrefix
);
563
return "[" + UriPrefixLength.ToString(NumberFormatInfo.InvariantInfo) + "]:" + ValidationHelper.ToString(
UriPrefix
) + ":" + ValidationHelper.ToString(AuthenticationType);