IServerChannelConfiguration
Overview
The IServerChannelConfiguration interface is used by the Remoting SDK Server Configuration System to represent requested server channel configuration. There is no need to implement this interface in the user code unless the server configuration should be loaded from other source (f.e. database) or in different format than are used by default.
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: IServerChannelConfiguration
Properties
ChannelType
property ChannelType: ServerChannelType read write;
ServerChannelType ChannelType { get; set; }
Property ChannelType() As ServerChannelType
EnableZeroConf
property EnableZeroConf: Boolean read write;
Boolean EnableZeroConf { get; set; }
Property EnableZeroConf() As Boolean
NamedPipePath
property NamedPipePath: String read write;
String NamedPipePath { get; set; }
Property NamedPipePath() As String
NamedPipeServer
property NamedPipeServer: String read write;
String NamedPipeServer { get; set; }
Property NamedPipeServer() As String
Port
property Port: Int32 read write;
Int32 Port { get; set; }
Property Port() As Int32
SendCORSHeader
property SendCORSHeader: Boolean read write;
Boolean SendCORSHeader { get; set; }
Property SendCORSHeader() As Boolean