Click or drag to resize

HttpResponse Constructor

Initializes a new instance of the HttpResponse class

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public HttpResponse(
	int statusCode,
	string statusDescription,
	NameValueCollection httpHeaders,
	string data
)

Parameters

statusCode
Type: SystemInt32
statusDescription
Type: SystemString
httpHeaders
Type: System.Collections.SpecializedNameValueCollection
data
Type: SystemString
See Also