HTTP method to use - GET is the default
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public HttpMethod HttpMethod { get; set; } |
| Visual Basic |
|---|
Public Property HttpMethod As HttpMethod Get Set |
| Visual C++ |
|---|
public: property HttpMethod HttpMethod { HttpMethod get (); void set (HttpMethod value); } |