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.4.13.0
Syntax
public HttpResponse(
	int statusCode,
	string statusDescription,
	NameValueCollection httpHeaders,
	string data
)

Parameters

statusCode  Int32
 
statusDescription  String
 
httpHeaders  NameValueCollection
 
data  String
 
See Also