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