8 references to AuthorizationHeader
System (8)
net\System\Net\_AuthenticationState.cs (8)
193httpWebRequest.Headers.Set(AuthorizationHeader, preauth.Message); 213GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::AttemptAuthenticate() httpWebRequest#" + ValidationHelper.HashString(httpWebRequest) + " AuthorizationHeader:" + AuthorizationHeader.ToString()); 253httpWebRequest.Headers.Set(AuthorizationHeader, Authorization.Message); 288GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::AttemptAuthenticate() AuthorizationHeader:" + AuthorizationHeader + " blob: " + Authorization.Message.Length + "bytes Complete:" + Authorization.Complete.ToString()); 297httpWebRequest.Headers.Set(AuthorizationHeader, Authorization.Message); 314GlobalLog.Print("AuthenticationState#" + ValidationHelper.HashString(this) + "::ClearAuthReq() httpWebRequest#" + ValidationHelper.HashString(httpWebRequest) + " " + AuthorizationHeader.ToString() + ": " + ValidationHelper.ToString(httpWebRequest.Headers[AuthorizationHeader])); 318httpWebRequest.Headers.Remove(AuthorizationHeader);