Class Default
Default values used for communication with the VISAB WebApi.
Inherited Members
Namespace: VISABConnector
Assembly: VISABConnector.dll
Syntax
public static class Default
Fields
| Improve this Doc View SourceContentMediaType
Default content media type.
Declaration
public const string ContentMediaType = "application/json"
Field Value
Type | Description |
---|---|
String |
Encoding
Default Encoding of content sent and received by VISAB.
Declaration
public static readonly Encoding Encoding
Field Value
Type | Description |
---|---|
Encoding |
HostAdress
The default host adress that VISAB is running on.
Declaration
public const string HostAdress = "http://localhost"
Field Value
Type | Description |
---|---|
String |
Port
The default port that VISAB is running on.
Declaration
public const int Port = 2673
Field Value
Type | Description |
---|---|
Int32 |
RequestTimeout
Default timeout for HTTP Requests in seconds.
Declaration
public const int RequestTimeout = 5
Field Value
Type | Description |
---|---|
Int32 |