WebbiConnectionSettings(String, String, NullableTimeSpan, IWebProxy, Boolean) - конструктор

Creates instance with given properties.

Definition

Пространство имён: Tessa.Webbi
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public WebbiConnectionSettings(
	string baseAddress,
	string? managementRoute = null,
	TimeSpan? timeout = null,
	IWebProxy? proxy = null,
	bool seal = false
)

Параметры

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.

См. также