Response Constructor (StatusLine, String) |
Initializes a new instance of the
Response class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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