Click or drag to resize
HttpResponse Constructor
Initializes a new instance of the HttpResponse class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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