Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic HttpResponse(
int statusCode,
string statusDescription,
NameValueCollection httpHeaders,
string data
)
Public Sub New (
statusCode As Integer,
statusDescription As String,
httpHeaders As NameValueCollection,
data As String
)
public:
HttpResponse(
int statusCode,
String^ statusDescription,
NameValueCollection^ httpHeaders,
String^ data
)
new :
statusCode : int *
statusDescription : string *
httpHeaders : NameValueCollection *
data : string -> HttpResponse
Parameters
- statusCode Int32
-
- statusDescription String
-
- httpHeaders NameValueCollection
-
- data String
-
See Also