Click or drag to resize

AttachmentResponse Constructor (Int32, Byte, String, String)

Initializes a new instance of the AttachmentResponse class

Namespace:  Unvired.Kernel.SyncResponse
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AttachmentResponse(
	int httpResponseCode,
	byte[] responseBytes,
	string status,
	string guid
)

Parameters

httpResponseCode
Type: SystemInt32
responseBytes
Type: SystemByte
status
Type: SystemString
guid
Type: SystemString
See Also