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
|
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 () |
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 () |
Definition at line 19 of file HttpListener.cs.