C# 클래스 PRI.ProductivityExtensions.FileWebRequestExtensions.FileWebRequestable

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

공개 메소드들

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

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

BeginGetResponse ( this filewebrequest, AsyncCallback callback ) : IAsyncResult

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

메소드 상세

BeginGetRequestStream() 공개 정적인 메소드

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

BeginGetResponse() 공개 정적인 메소드

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