terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.HttpWebRequest.AuthorizationState Struct Reference

Public Member Functions

 AuthorizationState (HttpWebRequest request, bool isProxy)
 
bool CheckAuthorization (WebResponse response, HttpStatusCode code)
 
void Reset ()
 
override string ToString ()
 

Properties

bool IsCompleted [get]
 
HttpWebRequest.NtlmAuthState NtlmAuthState [get]
 
bool IsNtlmAuthenticated [get]
 

Private Attributes

readonly HttpWebRequest request
 
readonly bool isProxy
 
bool isCompleted
 
HttpWebRequest.NtlmAuthState ntlm_auth_state
 

Detailed Description

Definition at line 2041 of file HttpWebRequest.cs.


The documentation for this struct was generated from the following file: