WebbiConnectionSettings(String, String, NullableTimeSpan, IWebProxy, Boolean) - конструктор
Creates instance with given properties.
Пространство имён: Tessa.WebbiСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public WebbiConnectionSettings(
string baseAddress,
string? managementRoute = null,
TimeSpan? timeout = null,
IWebProxy? proxy = null,
bool seal = false
)
Public Sub New (
baseAddress As String,
Optional managementRoute As String = Nothing,
Optional timeout As TimeSpan? = Nothing,
Optional proxy As IWebProxy = Nothing,
Optional seal As Boolean = false
)
public:
WebbiConnectionSettings(
String^ baseAddress,
String^ managementRoute = nullptr,
Nullable<TimeSpan> timeout = nullptr,
IWebProxy^ proxy = nullptr,
bool seal = false
)
new :
baseAddress : string *
?managementRoute : string *
?timeout : Nullable<TimeSpan> *
?proxy : IWebProxy *
?seal : bool
(* Defaults:
let _managementRoute = defaultArg managementRoute null
let _timeout = defaultArg timeout null
let _proxy = defaultArg proxy null
let _seal = defaultArg seal false
*)
-> WebbiConnectionSettings
Параметры
- baseAddress String
-
Base address.
- managementRoute String (Optional)
-
Route name for management endpoint.
- timeout NullableTimeSpan (Optional)
-
Interaction timeout, may be null if default HttpClient timeout used.
- proxy IWebProxy (Optional)
- Net proxy object.
- seal Boolean (Optional)
- Non modifiable object flag.