C# 클래스 PRI.ProductivityExtensions.HttpWebRequestExtensions.HttpWebRequestable

Class that contains extension methods that extend HttpWebRequest
파일 보기 프로젝트 열기: peteraritchie/ProductivityExtensions

공개 메소드들

메소드 설명
BeginGetRequestStream ( this httpwebrequest, AsyncCallback callback ) : IAsyncResult

Extends BeginGetRequestStream so that when a state object is not needed, null does not need to be passed. httpwebrequest.BeginGetRequestStream(callback);

BeginGetResponse ( this httpwebrequest, AsyncCallback callback ) : IAsyncResult

Extends BeginGetResponse so that when a state object is not needed, null does not need to be passed. httpwebrequest.BeginGetResponse(callback);

메소드 상세

BeginGetRequestStream() 공개 정적인 메소드

Extends BeginGetRequestStream so that when a state object is not needed, null does not need to be passed. httpwebrequest.BeginGetRequestStream(callback);
public static BeginGetRequestStream ( this httpwebrequest, AsyncCallback callback ) : IAsyncResult
httpwebrequest this
callback AsyncCallback
리턴 IAsyncResult

BeginGetResponse() 공개 정적인 메소드

Extends BeginGetResponse so that when a state object is not needed, null does not need to be passed. httpwebrequest.BeginGetResponse(callback);
public static BeginGetResponse ( this httpwebrequest, AsyncCallback callback ) : IAsyncResult
httpwebrequest this
callback AsyncCallback
리턴 IAsyncResult