ApiDispatcherConfiguration

Overview

Location


 

constructor

 

constructor(enabled: Boolean; host: String; path: String; name: String; version: String)

 

ApiDispatcherConfiguration(Boolean enabled, String host, String path, String name, String version)

 

Sub New(enabled As Boolean, host As String, path As String, name As String, version As String)

Parameters:

  • enabled:
  • host:
  • path:
  • name:
  • version:

Enabled

 

property Enabled: Boolean read write;

 

Boolean Enabled { get; set; }

 

Property Enabled() As Boolean

Host

 

property Host: String read write;

 

String Host { get; set; }

 

Property Host() As String

Name

 

property Name: String read write;

 

String Name { get; set; }

 

Property Name() As String

Path

 

property Path: String read write;

 

String Path { get; set; }

 

Property Path() As String

Version

 

property Version: String read write;

 

String Version { get; set; }

 

Property Version() As String

 

Enabled

 

property Enabled: Boolean read write;

 

Boolean Enabled { get; set; }

 

Property Enabled() As Boolean

Host

 

property Host: String read write;

 

String Host { get; set; }

 

Property Host() As String

Name

 

property Name: String read write;

 

String Name { get; set; }

 

Property Name() As String

Path

 

property Path: String read write;

 

String Path { get; set; }

 

Property Path() As String

Version

 

property Version: String read write;

 

String Version { get; set; }

 

Property Version() As String

 

constructor

 

constructor(enabled: Boolean; host: String; path: String; name: String; version: String)

 

ApiDispatcherConfiguration(Boolean enabled, String host, String path, String name, String version)

 

Sub New(enabled As Boolean, host As String, path As String, name As String, version As String)

Parameters:

  • enabled:
  • host:
  • path:
  • name:
  • version: