terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | ExtendedProtectionSelector |
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< HttpListenerContext > | GetContextAsync () |
Package Functions | |
HttpListener (X509Certificate certificate, MonoTlsProvider tlsProvider, MonoTlsSettings tlsSettings) | |
X509Certificate | LoadCertificateAndKey (IPAddress addr, int port) |
global::System.Net.Security.SslStream | CreateSslStream (Stream innerStream, bool ownsStream, global::System.Net.Security.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] |
static bool | IsSupported [get] |
HttpListenerPrefixCollection | Prefixes [get] |
HttpListenerTimeoutManager | TimeoutManager [get] |
global::System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy | ExtendedProtectionPolicy [get, set] |
global::System.Security.Authentication.ExtendedProtection.ServiceNameCollection | DefaultServiceNames [get] |
string | Realm [get, set] |
bool | UnsafeConnectionNtlmAuthentication [get, set] |
Private Member Functions | |
void | Close (bool force) |
void | Cleanup (bool close_existing) |
void 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 |
global::System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy | extendedProtectionPolicy |
HttpListener.ExtendedProtectionSelector | extendedProtectionSelectorDelegate |
Definition at line 18 of file HttpListener.cs.