Click or drag to resize

RestResponse Constructor

Initializes a new instance of the RestResponse 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 RestResponse(
	string status,
	string responseString
)

Parameters

status
Type: SystemString
responseString
Type: SystemString
See Also