Response(StatusLine, String) Constructor |
Initializes a new instance of the
Response class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Response(
StatusLine sl,
string body = null
)
Public Sub New (
sl As StatusLine,
Optional body As String = Nothing
)
public:
Response(
StatusLine^ sl,
String^ body = nullptr
)
new :
sl : StatusLine *
?body : string
(* Defaults:
let _body = defaultArg body null
*)
-> Response
Parameters
- sl StatusLine
-
- body String (Optional)
-
See Also