Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Interop.WinHttp.SafeWinHttpHandle Class Reference

Public Member Functions

 SafeWinHttpHandle ()
 
IntPtr DangerousGetHandle ()
 
void Close ()
 
void Dispose ()
 
void SetHandleAsInvalid ()
 
void DangerousAddRef (ref bool success)
 
void DangerousRelease ()
 

Static Public Member Functions

static void DisposeAndClearHandle (ref SafeWinHttpHandle safeHandle)
 

Protected Member Functions

override bool ReleaseHandle ()
 
virtual void Dispose (bool disposing)
 

Protected Attributes

IntPtr handle
 

Package Functions

void SetHandle (IntPtr handle)
 

Properties

override bool IsInvalid [get]
 
bool OwnsHandle [get]
 
bool IsClosed [get]
 

Private Member Functions

void InternalRelease (bool disposeOrFinalizeOperation)
 

Private Attributes

SafeWinHttpHandle _parentHandle
 
volatile int _state
 
readonly bool _ownsHandle
 
volatile bool _fullyInitialized
 

Detailed Description

Definition at line 11 of file Interop.cs.


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