This property sets the Http method for the request.

[Visual Basic] Public Property Method As String
[C#] public string Method {get; set;}

Property Value

Values of "POST" and "PUT" may be set.

The default value is null (Nothing in Visual Basic)

Explanation

The Method property sets the Http method for the request. Before executing the UploadFile or the UploadByteArrayToFile methods, please set this property to "POST" or "PUT".

See Also

Http Class | Http Members

 

The ImageKit.NET3 is created by Newtone Corporation