These methods upload data in a byte array to a file on the remote server.

List of overloaded methods

Uploads data in a byte array to a file on the remote server specified by the URI

[Visual Basic] Public Function HttpUploadByteArrayToFile(String, Byte()) As Boolean
[C#] public bool HttpUploadByteArrayToFile(string, byte[])

Uploads data in a byte array to a file on the remote server specified by the URI

[Visual Basic] Public Function HttpUploadByteArrayToFile(System.Uri, Byte()) As Boolean
[C#] public bool HttpUploadByteArrayToFile(System.Uri, byte[])

Uploads data in a byte array to a file on the remote server specified by a scheme, host name, and path.

[Visual Basic] Public Function HttpUploadByteArrayToFile(String, String, String, String) As Boolean
[C#] public bool HttpUploadByteArrayToFile(string, string, string, string)

See Also

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

 

The ImageKit WPF is created by Newtone Corporation