This property sets the Http method for the request.

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

Property Value

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

The default value is null (Nothing in Visual Basic)

Explanation

The HttpMethod 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

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation