INetworkServerConfiguration

Overview

Location


Properties


ApiDispatcher

 

property ApiDispatcher: IApiDispatcherConfiguration read;

 

IApiDispatcherConfiguration ApiDispatcher { get; }

 

ReadOnly Property ApiDispatcher() As IApiDispatcherConfiguration

JavaScriptDispatcher

 

property JavaScriptDispatcher: IJavaScriptDispatcherConfiguration read;

 

IJavaScriptDispatcherConfiguration JavaScriptDispatcher { get; }

 

ReadOnly Property JavaScriptDispatcher() As IJavaScriptDispatcherConfiguration

Security

 

property Security: ISecurityConfiguration read;

 

ISecurityConfiguration Security { get; }

 

ReadOnly Property Security() As ISecurityConfiguration

ServerChannel

 

property ServerChannel: IServerChannelConfiguration read;

 

IServerChannelConfiguration ServerChannel { get; }

 

ReadOnly Property ServerChannel() As IServerChannelConfiguration

ServerMessages

 

property ServerMessages: IList<IServerMessageConfiguration> read;

 

IList<IServerMessageConfiguration> ServerMessages { get; }

 

ReadOnly Property ServerMessages() As IList<IServerMessageConfiguration>

SessionManager

 

property SessionManager: ISessionManagerConfiguration read;

 

ISessionManagerConfiguration SessionManager { get; }

 

ReadOnly Property SessionManager() As ISessionManagerConfiguration