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