Response Constructor (StatusLine, String) |
Initializes a new instance of the
Response class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.VoIPStatusLine
- body (Optional)
- Type: SystemString
See Also