public class WebbiConnectionSettings : HttpClientCreationOptions,
IWebbiConnectionSettings, IHttpClientCreationOptions
Public Class WebbiConnectionSettings
Inherits HttpClientCreationOptions
Implements IWebbiConnectionSettings, IHttpClientCreationOptions
public ref class WebbiConnectionSettings : public HttpClientCreationOptions,
IWebbiConnectionSettings, IHttpClientCreationOptions
type WebbiConnectionSettings =
class
inherit HttpClientCreationOptions
interface IWebbiConnectionSettings
interface IHttpClientCreationOptions
end
WebbiConnectionSettings | Creates instance with default properties values. |
WebbiConnectionSettings(String, String, NullableTimeSpan, IWebProxy, Boolean) | Creates instance with given properties. |
BaseAddress | Base webbi address. |
IsSealed | Признак того, что объект был защищён от изменений. (Унаследован от HttpClientCreationOptions) |
ManagementRoute | Route for management endpoint. |
Proxy |
Прокси-объект для взаимодействия по сети.
(Унаследован от HttpClientCreationOptions) |
Timeout |
Таймаут на взаимодействие с сервером или null, если используется таймаут по умолчанию для HttpClient
(в текущей версии .NET это 100 секунд). Укажите InfiniteTimeSpan, чтобы отсутствовал таймаут запросов.
(Унаследован от HttpClientCreationOptions) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ParseFromConfigurationSettings | Creates object for webbi connection based on values from app.json configuration file. |
Seal | Защищает объект от изменений. (Унаследован от HttpClientCreationOptions) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
DefaultManagementEndpoint | Default webbi management endpoint route name. |
DefaultTimeout | Default timeout for server interactions. |