C# Class System.Net.Http.WinHttpRequestState

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
ClearSendRequestState ( ) : void
Dispose ( ) : void
FromIntPtr ( IntPtr gcHandle ) : WinHttpRequestState
Pin ( ) : void
PinReceiveBuffer ( byte buffer ) : void
ToIntPtr ( ) : IntPtr
WinHttpRequestState ( ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

ClearSendRequestState() public méthode

public ClearSendRequestState ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FromIntPtr() public static méthode

public static FromIntPtr ( IntPtr gcHandle ) : WinHttpRequestState
gcHandle System.IntPtr
Résultat WinHttpRequestState

Pin() public méthode

public Pin ( ) : void
Résultat void

PinReceiveBuffer() public méthode

public PinReceiveBuffer ( byte buffer ) : void
buffer byte
Résultat void

ToIntPtr() public méthode

public ToIntPtr ( ) : IntPtr
Résultat System.IntPtr

WinHttpRequestState() public méthode

public WinHttpRequestState ( ) : System
Résultat System