Share via


Method Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Ftp method of this request.

Namespace:  Microsoft.SPOT.Net
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public ReadOnly Property Method As String
public string Method { get; }
public:
property String^ Method {
    String^ get ();
}
member Method : string with get
function get Method () : String

Property Value

Type: System. . :: . .String
The Ftp method of this request.

.NET Framework Security

See Also

Reference

FtpListenerRequest Class

Microsoft.SPOT.Net Namespace