terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Net.WebConnection Class Reference
+ Inheritance diagram for System.Net.WebConnection:
+ Collaboration diagram for System.Net.WebConnection:

Classes

struct  d__16
 
struct  d__18
 
struct  d__19
 

Public Member Functions

 WebConnection (ServicePoint sPoint)
 
bool StartOperation (WebOperation operation, bool reused)
 
bool Continue (WebOperation next)
 
void Dispose ()
 

Package Functions

Task< WebRequestStreamInitConnection (WebOperation operation, CancellationToken cancellationToken)
 
bool CanReuseConnection (WebOperation operation)
 

Static Package Functions

static void Debug (string message, params object[] args)
 
static void Debug (string message)
 
static WebException GetException (WebExceptionStatus status, Exception error)
 
static bool ReadLine (byte[] buffer, ref int start, int max, ref string output)
 

Package Attributes

readonly int ID
 

Properties

ServicePoint ServicePoint [get, set]
 
bool Closed [get, set]
 
bool Busy [get, set]
 
DateTime IdleSince [get, set]
 
bool NtlmAuthenticated [get, set]
 
NetworkCredential NtlmCredential [get, set]
 
bool UnsafeAuthenticatedConnectionSharing [get, set]
 

Private Member Functions

bool CanReuse ()
 
bool CheckReusable ()
 
Task Connect (WebOperation operation, CancellationToken cancellationToken)
 
Task< bool > CreateStream (WebOperation operation, bool reused, CancellationToken cancellationToken)
 
bool PrepareSharingNtlm (WebOperation operation)
 
void Reset ()
 
void Close (bool reset)
 
void CloseSocket ()
 
void Dispose (bool disposing)
 
void ResetNtlm ()
 

Private Attributes

NetworkCredential ntlm_credentials
 
bool ntlm_authenticated
 
bool unsafe_sharing
 
Stream networkStream
 
Socket socket
 
MonoTlsStream monoTlsStream
 
WebConnectionTunnel tunnel
 
int disposed
 
readonly ServicePoint< ServicePointk__BackingField
 
DateTime idleSince
 
WebOperation currentOperation
 

Detailed Description

Definition at line 17 of file WebConnection.cs.


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