Click or drag to resize

HttpSendResult Constructor

Initializes a new instance of the HttpSendResult class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public HttpSendResult(
	HttpSendStatus codeType,
	string message = ""
)

Parameters

codeType  HttpSendStatus
 
message  String  (Optional)
 
See Also