C# 클래스 PRI.ProductivityExtensions.WebRequestExtensions.WebRequestable

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

공개 메소드들

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

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

BeginGetResponse ( this webrequest, AsyncCallback callback ) : IAsyncResult

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

메소드 상세

BeginGetRequestStream() 공개 정적인 메소드

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

BeginGetResponse() 공개 정적인 메소드

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