Click or drag to resize
FileTransfer2StartUpload Method
Starts the upload.

Namespace: PDTec.IceNet.Domain.Development.Service
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public string StartUpload(
	long fileSize,
	string fileHash,
	byte[] aContentPart
)

Parameters

fileSize
Type: SystemInt64
Size of the file.
fileHash
Type: SystemString
Hash of the file.
aContentPart
Type: SystemByte
A content part.

Return Value

Type: String
The content UUID.
See Also