Share via


WebRequestMethodsEx.Ftp Class

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

Contains FTP request method values.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Net..::..WebRequestMethodsEx..::..Ftp

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

Syntax

'Declaration
Public NotInheritable Class Ftp
public static class Ftp
public ref class Ftp abstract sealed
[<AbstractClass>]
[<Sealed>]
type Ftp =  class end
public final class Ftp

The WebRequestMethodsEx..::..Ftp type exposes the following members.

Fields

  Name Description
Public fieldStatic member ChangeDirectory Represents the FTP CWD protocol method that changes the current directory. This value is set to CWD.
Public fieldStatic member RenameFrom Represents the FTP RENAME protocol method that renames a directory. This value is set to RENAMEFROM.
Public fieldStatic member RenameTo Represents the FTP RENAME protocol method that renames a directory. This values is set to RENAMETO.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Net Namespace