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.HttpListener Class Referencesealed
+ Inheritance diagram for System.Net.HttpListener:
+ Collaboration diagram for System.Net.HttpListener:

Public Member Functions

 HttpListener ()
 
void Abort ()
 
void Close ()
 
IAsyncResult BeginGetContext (AsyncCallback callback, object state)
 
HttpListenerContext EndGetContext (IAsyncResult asyncResult)
 
HttpListenerContext GetContext ()
 
void Start ()
 
void Stop ()
 
Task< HttpListenerContextGetContextAsync ()
 
delegate ExtendedProtectionPolicy ExtendedProtectionSelector (HttpListenerRequest request)
 

Package Functions

 HttpListener (X509Certificate certificate, MonoTlsProvider tlsProvider, MonoTlsSettings tlsSettings)
 
X509Certificate LoadCertificateAndKey (IPAddress addr, int port)
 
SslStream CreateSslStream (Stream innerStream, bool ownsStream, RemoteCertificateValidationCallback callback)
 
AuthenticationSchemes SelectAuthenticationScheme (HttpListenerContext context)
 
void CheckDisposed ()
 
void RegisterContext (HttpListenerContext context)
 
void UnregisterContext (HttpListenerContext context)
 
void AddConnection (HttpConnection cnc)
 
void RemoveConnection (HttpConnection cnc)
 

Properties

AuthenticationSchemes AuthenticationSchemes [get, set]
 
AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate [get, set]
 
HttpListener.ExtendedProtectionSelector ExtendedProtectionSelectorDelegate [get, set]
 
bool IgnoreWriteExceptions [get, set]
 
bool IsListening [get, set]
 
static bool IsSupported [get, set]
 
HttpListenerPrefixCollection Prefixes [get, set]
 
HttpListenerTimeoutManager TimeoutManager [get, set]
 
ExtendedProtectionPolicy ExtendedProtectionPolicy [get, set]
 
ServiceNameCollection DefaultServiceNames [get, set]
 
string Realm [get, set]
 
bool UnsafeConnectionNtlmAuthentication [get, set]
 

Private Member Functions

void Close (bool force)
 
void Cleanup (bool close_existing)
 
void System.IDisposable. Dispose ()
 
HttpListenerContext GetContextFromQueue ()
 

Private Attributes

MonoTlsProvider tlsProvider
 
MonoTlsSettings tlsSettings
 
X509Certificate certificate
 
AuthenticationSchemes auth_schemes
 
HttpListenerPrefixCollection prefixes
 
AuthenticationSchemeSelector auth_selector
 
string realm
 
bool ignore_write_exceptions
 
bool unsafe_ntlm_auth
 
bool listening
 
bool disposed
 
readonly object _internalLock
 
Hashtable registry
 
ArrayList ctx_queue
 
ArrayList wait_queue
 
Hashtable connections
 
ServiceNameStore defaultServiceNames
 
ExtendedProtectionPolicy extendedProtectionPolicy
 
HttpListener.ExtendedProtectionSelector extendedProtectionSelectorDelegate
 

Detailed Description

Definition at line 19 of file HttpListener.cs.


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