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.3.199.0
Syntax
public HttpSendResult(
	HttpSendStatus codeType,
	string message = ""
)

Parameters

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