C# Class PRI.ProductivityExtensions.FtpWebRequestExtensions.FtpWebRequestable

Class that contains extension methods that extend FtpWebRequest
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode Description
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);

Method Details

BeginGetRequestStream() public static méthode

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
Résultat IAsyncResult

BeginGetResponse() public static méthode

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
Résultat IAsyncResult