Click or drag to resize

HTTPResponse Constructor (Int32, 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 httpResponseCode,
	byte[] responseBytes
)

Parameters

httpResponseCode
Type: SystemInt32
responseBytes
Type: SystemByte
See Also