Request Constructor (RequestLine, ListHeader, 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,
List<Header> hs,
string body = null
)
Public Sub New (
rl As RequestLine,
hs As List(Of Header),
Optional body As String = Nothing
)
public:
Request(
RequestLine^ rl,
List<Header^>^ hs,
String^ body = nullptr
)
new :
rl : RequestLine *
hs : List<Header> *
?body : string
(* Defaults:
let _body = defaultArg body null
*)
-> Request
Parameters
- rl
- Type: Ozeki.VoIPRequestLine
- hs
- Type: System.Collections.GenericListHeader
- body (Optional)
- Type: SystemString
See Also