C# Class System.Net.Http.WinHttpRequestCallback

Static class containing the WinHttp global callback and associated routines.
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
StaticCallbackDelegate Interop.WinHttp.WINHTTP_STATUS_CALLBACK

Méthodes publiques

Méthode Description
WinHttpCallback ( IntPtr handle, IntPtr context, uint internetStatus, IntPtr statusInformation, uint statusInformationLength ) : void

Private Methods

Méthode Description
OnRequestDataAvailable ( WinHttpRequestState state, int bytesAvailable ) : void
OnRequestError ( WinHttpRequestState state, Interop asyncResult ) : void
OnRequestHandleClosing ( WinHttpRequestState state ) : void
OnRequestReadComplete ( WinHttpRequestState state, uint bytesRead ) : void
OnRequestReceiveResponseHeadersComplete ( WinHttpRequestState state ) : void
OnRequestRedirect ( WinHttpRequestState state, Uri redirectUri ) : void
OnRequestSendRequestComplete ( WinHttpRequestState state ) : void
OnRequestSendingRequest ( WinHttpRequestState state ) : void
OnRequestWriteComplete ( WinHttpRequestState state ) : void
RequestCallback ( IntPtr handle, WinHttpRequestState state, uint internetStatus, IntPtr statusInformation, uint statusInformationLength ) : void

Method Details

WinHttpCallback() public static méthode

public static WinHttpCallback ( IntPtr handle, IntPtr context, uint internetStatus, IntPtr statusInformation, uint statusInformationLength ) : void
handle System.IntPtr
context System.IntPtr
internetStatus uint
statusInformation System.IntPtr
statusInformationLength uint
Résultat void

Property Details

StaticCallbackDelegate public_oe static_oe property

public static Interop.WinHttp.WINHTTP_STATUS_CALLBACK StaticCallbackDelegate
Résultat Interop.WinHttp.WINHTTP_STATUS_CALLBACK