Show / Hide Table of Contents

Class Default

Default values used for communication with the VISAB WebApi.

Inheritance
Object
Default
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VISABConnector
Assembly: VISABConnector.dll
Syntax
public static class Default

Fields

| Improve this Doc View Source

ContentMediaType

Default content media type.

Declaration
public const string ContentMediaType = "application/json"
Field Value
Type Description
String
| Improve this Doc View Source

Encoding

Default Encoding of content sent and received by VISAB.

Declaration
public static readonly Encoding Encoding
Field Value
Type Description
Encoding
| Improve this Doc View Source

HostAdress

The default host adress that VISAB is running on.

Declaration
public const string HostAdress = "http://localhost"
Field Value
Type Description
String
| Improve this Doc View Source

Port

The default port that VISAB is running on.

Declaration
public const int Port = 2673
Field Value
Type Description
Int32
| Improve this Doc View Source

RequestTimeout

Default timeout for HTTP Requests in seconds.

Declaration
public const int RequestTimeout = 5
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX