HttpSendResult Constructor |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public HttpSendResult(
HttpSendStatus codeType,
string message = ""
)
Public Sub New (
codeType As HttpSendStatus,
Optional message As String = ""
)
public:
HttpSendResult(
HttpSendStatus codeType,
String^ message = L""
)
new :
codeType : HttpSendStatus *
?message : string
(* Defaults:
let _message = defaultArg message ""
*)
-> HttpSendResult
Parameters
- codeType
- Type: Ozeki.NetworkHttpSendStatus
- message (Optional)
- Type: SystemString
See Also