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