IApiDispatcherConfiguration
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Platforms: .NET Core, .NET Framework, .NET Standard
Properties
Enabled
property Enabled: Boolean read write;
Boolean Enabled { get; set; }
var Enabled: Boolean { get{} set{} }
Property Enabled() As Boolean
Host
property Host: String read write;
String Host { get; set; }
var Host: String { get{} set{} }
Property Host() As String
Name
property Name: String read write;
String Name { get; set; }
var Name: String { get{} set{} }
Property Name() As String
Path
property Path: String read write;
String Path { get; set; }
var Path: String { get{} set{} }
Property Path() As String
Version
property Version: String read write;
String Version { get; set; }
var Version: String { get{} set{} }
Property Version() As String