Click or drag to resize

AttachmentResponse Constructor (Int32, DictionaryString, String, Byte)

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,
	Dictionary<string, string> serverFields,
	byte[] responseBytes
)

Parameters

httpResponseCode
Type: SystemInt32
serverFields
Type: System.Collections.GenericDictionaryString, String
responseBytes
Type: SystemByte
See Also