Click or drag to resize

serverParameters Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Run-time configuration, loaded from external file
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbACE.Core.coreaceSettingsBase
        imbACE.Network.internet.configserverParameters

Namespace:  imbACE.Network.internet.config
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public class serverParameters : aceSettingsBase
Request Example View Source

The serverParameters type exposes the following members.

Constructors
  NameDescription
Public methodserverParameters
Initializes a new instance of the serverParameters class
Top
Properties
  NameDescription
Public propertyfilepathToServe
Local filepath to serve
Public propertyinstanceName
Public propertyport
The default port to use if -1 is supplied during instance creation
Public propertysessionTimeoutMinutes
Session timeout
Public propertywasLoaded
(Inherited from aceSettingsBase.)
Top
Methods
  NameDescription
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also