Initializes a new instance of the
RestClient class
Namespace: WorkZone.Dispatcher.BaseAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic RestClient(
RestClientServicePointManagerConfigurator servicePointManagerConfigurator = null
)
Public Sub New (
Optional servicePointManagerConfigurator As RestClientServicePointManagerConfigurator = Nothing
)
public:
RestClient(
RestClientServicePointManagerConfigurator^ servicePointManagerConfigurator = nullptr
)
new :
?servicePointManagerConfigurator : RestClientServicePointManagerConfigurator
(* Defaults:
let _servicePointManagerConfigurator = defaultArg servicePointManagerConfigurator null
*)
-> RestClient
Parameters
- servicePointManagerConfigurator RestClientServicePointManagerConfigurator (Optional)
[Missing <param name="servicePointManagerConfigurator"/> documentation for "M:WorkZone.Dispatcher.Base.RestClient.#ctor(WorkZone.Dispatcher.Base.RestClient.ServicePointManagerConfigurator)"]
See Also