IZeroConfServerChannel
Overview
The IZeroConfServerChannel interface represents the information about specified server channel: such as port that the server will listening on.
This interface is used by ZeroConfRegistration class, for obtaining various information about the server that need to be registered.
In most cases you don't need to use that interface directly.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: IZeroConfServerChannel
Properties
ChannelType
property ChannelType: String read;
String ChannelType { get; }
ReadOnly Property ChannelType() As String
CustomParameters
property CustomParameters: IDictionary<String, String> read;
IDictionary<String, String> CustomParameters { get; }
ReadOnly Property CustomParameters() As IDictionary<String, String>
IsTlsEnabled
property IsTlsEnabled: Boolean read;
Boolean IsTlsEnabled { get; }
ReadOnly Property IsTlsEnabled() As Boolean
Messages
property Messages: IList<String> read;
IList<String> Messages { get; }
ReadOnly Property Messages() As IList<String>
Port
Holds the port that the server is listening on. This property is readonly.
property Port: Int32 read;
Int32 Port { get; }
ReadOnly Property Port() As Int32
- Channels
- Server Channels
-
IZeroConfServerChannel Interface
- .NET
- Delphi