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