INetworkServerConfiguration
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Platforms: .NET Core, .NET Framework, .NET Standard
Properties
ApiDispatcher
property ApiDispatcher: IApiDispatcherConfiguration read;
IApiDispatcherConfiguration ApiDispatcher { get; }
var ApiDispatcher: IApiDispatcherConfiguration { get{} }
ReadOnly Property ApiDispatcher() As IApiDispatcherConfiguration
JavaScriptDispatcher
property JavaScriptDispatcher: IJavaScriptDispatcherConfiguration read;
IJavaScriptDispatcherConfiguration JavaScriptDispatcher { get; }
var JavaScriptDispatcher: IJavaScriptDispatcherConfiguration { get{} }
ReadOnly Property JavaScriptDispatcher() As IJavaScriptDispatcherConfiguration
Security
property Security: ISecurityConfiguration read;
ISecurityConfiguration Security { get; }
var Security: ISecurityConfiguration { get{} }
ReadOnly Property Security() As ISecurityConfiguration
ServerChannel
property ServerChannel: IServerChannelConfiguration read;
IServerChannelConfiguration ServerChannel { get; }
var ServerChannel: IServerChannelConfiguration { get{} }
ReadOnly Property ServerChannel() As IServerChannelConfiguration
ServerMessages
property ServerMessages: IList<IServerMessageConfiguration> read;
IList<IServerMessageConfiguration> ServerMessages { get; }
var ServerMessages: IList<IServerMessageConfiguration> { get{} }
ReadOnly Property ServerMessages() As IList<IServerMessageConfiguration>
SessionManager
property SessionManager: ISessionManagerConfiguration read;
ISessionManagerConfiguration SessionManager { get; }
var SessionManager: ISessionManagerConfiguration { get{} }
ReadOnly Property SessionManager() As ISessionManagerConfiguration