Click or drag to resize

HTTPResponse Constructor (Int32, DictionaryString, String, Byte)

Initializes a new instance of the HTTPResponse class

Namespace:  Unvired.Kernel.Sync
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public HTTPResponse(
	int responseCode,
	Dictionary<string, string> serverFields,
	byte[] responseBytes
)

Parameters

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