C# 클래스 PRI.ProductivityExtensions.FtpWebRequestExtensions.FtpWebRequestable

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

공개 메소드들

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

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

BeginGetResponse ( this ftpwebrequest, AsyncCallback callback ) : IAsyncResult

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

메소드 상세

BeginGetRequestStream() 공개 정적인 메소드

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

BeginGetResponse() 공개 정적인 메소드

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