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

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

Parameters

codeType
Type: Ozeki.NetworkHttpSendStatus
message (Optional)
Type: SystemString
See Also