C# 클래스 System.Net.Http.WinHttpRequestCallback

Static class containing the WinHttp global callback and associated routines.
파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
StaticCallbackDelegate Interop.WinHttp.WINHTTP_STATUS_CALLBACK

공개 메소드들

메소드 설명
WinHttpCallback ( IntPtr handle, IntPtr context, uint internetStatus, IntPtr statusInformation, uint statusInformationLength ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

WinHttpCallback() 공개 정적인 메소드

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
리턴 void

프로퍼티 상세

StaticCallbackDelegate 공개적으로 정적으로 프로퍼티

public static Interop.WinHttp.WINHTTP_STATUS_CALLBACK StaticCallbackDelegate
리턴 Interop.WinHttp.WINHTTP_STATUS_CALLBACK