 | RESTClientAsync Constructor (String, Boolean) |
Namespace:
Koden.Utils.REST
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic RESTClientAsync(
string endpoint,
bool XML = false
)
Public Sub New (
endpoint As String,
Optional XML As Boolean = false
)
public:
RESTClientAsync(
String^ endpoint,
bool XML = false
)
new :
endpoint : string *
?XML : bool
(* Defaults:
let _XML = defaultArg XML false
*)
-> RESTClientAsync
Parameters
- endpoint
- Type: SystemString
The endpoint. - XML (Optional)
- Type: SystemBoolean
if set to true [XML].
See Also