Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemInt32
- statusDescription
- Type: SystemString
- httpHeaders
- Type: System.Collections.SpecializedNameValueCollection
- data
- Type: SystemString
See Also