ServerChannelConfiguration

Overview

Location

  • Reference: RemObjects.SDK.Server.dll
  • Namespace: RemObjects.SDK.Server
  • Platforms: .NET Core, .NET Framework, .NET Standard


 

constructor

Creates a new instance

 

constructor(channelType: ServerChannelType; port: Int32; enableZeroConf: Boolean; corsHeader: Boolean; namedPipeServer: String; namedPipePath: String)

 

ServerChannelConfiguration(ServerChannelType channelType, Int32 port, Boolean enableZeroConf, Boolean corsHeader, String namedPipeServer, String namedPipePath)

 

init(_ channelType: ServerChannelType, _ port: Int32, _ enableZeroConf: Boolean, _ corsHeader: Boolean, _ namedPipeServer: String, _ namedPipePath: String)

 

Sub New(channelType As ServerChannelType, port As Int32, enableZeroConf As Boolean, corsHeader As Boolean, namedPipeServer As String, namedPipePath As String)

Parameters:

  • channelType:
  • port:
  • enableZeroConf:
  • corsHeader:
  • namedPipeServer:
  • namedPipePath:

ChannelType

 

property ChannelType: ServerChannelType read write;

 

ServerChannelType ChannelType { get; set; }

 

var ChannelType: ServerChannelType { get{} set{} }

 

Property ChannelType() As ServerChannelType

EnableZeroConf

 

property EnableZeroConf: Boolean read write;

 

Boolean EnableZeroConf { get; set; }

 

var EnableZeroConf: Boolean { get{} set{} }

 

Property EnableZeroConf() As Boolean

NamedPipePath

 

property NamedPipePath: String read write;

 

String NamedPipePath { get; set; }

 

var NamedPipePath: String { get{} set{} }

 

Property NamedPipePath() As String

NamedPipeServer

 

property NamedPipeServer: String read write;

 

String NamedPipeServer { get; set; }

 

var NamedPipeServer: String { get{} set{} }

 

Property NamedPipeServer() As String

Port

 

property Port: Int32 read write;

 

Int32 Port { get; set; }

 

var Port: Int32 { get{} set{} }

 

Property Port() As Int32

SendCORSHeader

Gets or sets the flag indicating whether the server application should accept CORS requests.

The default value of this property is false.

Applicable only to the Http, SuperHttp, SysHttp and SysSuperHttp server channel types.

 

property SendCORSHeader: Boolean read write;

 

Boolean SendCORSHeader { get; set; }

 

var SendCORSHeader: Boolean { get{} set{} }

 

Property SendCORSHeader() As Boolean

 

ChannelType

 

property ChannelType: ServerChannelType read write;

 

ServerChannelType ChannelType { get; set; }

 

var ChannelType: ServerChannelType { get{} set{} }

 

Property ChannelType() As ServerChannelType

EnableZeroConf

 

property EnableZeroConf: Boolean read write;

 

Boolean EnableZeroConf { get; set; }

 

var EnableZeroConf: Boolean { get{} set{} }

 

Property EnableZeroConf() As Boolean

NamedPipePath

 

property NamedPipePath: String read write;

 

String NamedPipePath { get; set; }

 

var NamedPipePath: String { get{} set{} }

 

Property NamedPipePath() As String

NamedPipeServer

 

property NamedPipeServer: String read write;

 

String NamedPipeServer { get; set; }

 

var NamedPipeServer: String { get{} set{} }

 

Property NamedPipeServer() As String

Port

 

property Port: Int32 read write;

 

Int32 Port { get; set; }

 

var Port: Int32 { get{} set{} }

 

Property Port() As Int32

SendCORSHeader

Gets or sets the flag indicating whether the server application should accept CORS requests.

The default value of this property is false.

Applicable only to the Http, SuperHttp, SysHttp and SysSuperHttp server channel types.

 

property SendCORSHeader: Boolean read write;

 

Boolean SendCORSHeader { get; set; }

 

var SendCORSHeader: Boolean { get{} set{} }

 

Property SendCORSHeader() As Boolean

 

constructor

Creates a new instance

 

constructor(channelType: ServerChannelType; port: Int32; enableZeroConf: Boolean; corsHeader: Boolean; namedPipeServer: String; namedPipePath: String)

 

ServerChannelConfiguration(ServerChannelType channelType, Int32 port, Boolean enableZeroConf, Boolean corsHeader, String namedPipeServer, String namedPipePath)

 

init(_ channelType: ServerChannelType, _ port: Int32, _ enableZeroConf: Boolean, _ corsHeader: Boolean, _ namedPipeServer: String, _ namedPipePath: String)

 

Sub New(channelType As ServerChannelType, port As Int32, enableZeroConf As Boolean, corsHeader As Boolean, namedPipeServer As String, namedPipePath As String)

Parameters:

  • channelType:
  • port:
  • enableZeroConf:
  • corsHeader:
  • namedPipeServer:
  • namedPipePath: