Mono Class Library: Overview

System.Net.FtpWebRequest: Method Members

The methods of System.Net.FtpWebRequest are listed below. For a list of all members, see the FtpWebRequest Members list.

See Also: Inherited members from System.Net.WebRequest

Public Methods

override
Abort()
Documentation for this section has not yet been entered.
override
BeginGetRequestStream(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
BeginGetResponse(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
EndGetRequestStream(IAsyncResult) : System.IO.Stream
Documentation for this section has not yet been entered.
override
EndGetResponse(IAsyncResult) : WebResponse
Documentation for this section has not yet been entered.
override
GetRequestStream() : System.IO.Stream
Documentation for this section has not yet been entered.
override
GetResponse() : WebResponse
Documentation for this section has not yet been entered.