LizaConnectionSettings(String, NullableTimeSpan, IWebProxy, Boolean) - конструктор
Creates instance with given properties.
Пространство имён: Tessa.SaaS.LizaСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public LizaConnectionSettings(
string baseAddress,
TimeSpan? timeout = null,
IWebProxy? proxy = null,
bool seal = false
)
Public Sub New (
baseAddress As String,
Optional timeout As TimeSpan? = Nothing,
Optional proxy As IWebProxy = Nothing,
Optional seal As Boolean = false
)
public:
LizaConnectionSettings(
String^ baseAddress,
Nullable<TimeSpan> timeout = nullptr,
IWebProxy^ proxy = nullptr,
bool seal = false
)
new :
baseAddress : string *
?timeout : Nullable<TimeSpan> *
?proxy : IWebProxy *
?seal : bool
(* Defaults:
let _timeout = defaultArg timeout null
let _proxy = defaultArg proxy null
let _seal = defaultArg seal false
*)
-> LizaConnectionSettings
Параметры
- baseAddress String
- Base address.
- 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.