Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.NameResolutionPal.GetAddrInfoExState Class Referencesealed

Public Member Functions

unsafe GetAddrInfoExState (GetAddrInfoExContext *context, string hostName, bool justAddresses)
 
unsafe void RegisterForCancellation (CancellationToken cancellationToken)
 
unsafe CancellationToken UnregisterAndGetCancellationToken ()
 
void SetResult (object result)
 
IntPtr CreateHandle ()
 

Static Public Member Functions

static GetAddrInfoExState FromHandleAndFree (IntPtr handle)
 

Properties

string HostName [get]
 
bool JustAddresses [get]
 
Task Task [get]
 

Private Member Functions

void IThreadPoolWorkItem. Execute ()
 

Private Attributes

unsafe GetAddrInfoExContext_cancellationContext
 
CancellationTokenRegistration _cancellationRegistration
 
AsyncTaskMethodBuilder< IPHostEntryIPHostEntryBuilder
 
AsyncTaskMethodBuilder< IPAddress[]> IPAddressArrayBuilder
 
object _result
 

Detailed Description

Definition at line 12 of file NameResolutionPal.cs.


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