The following tables list the members exposed by JpipServerConfiguration.
Public Constructors
| Name | Description | |
|---|---|---|
|  | JpipServerConfiguration | Creates a new instance of the JpipServerConfiguration class. | 
Public Methods
| Name | Description | |
|---|---|---|
|  | AddAliasFolder | Register a new alias folder. | 
|  | ClearAliases | Remove all registered aliases. | 
|  | GetAliasPath | Retrieves the physical path of the alias folder. | 
|  | IsAliasExists | Determines whether the specified alias folder is registered. | 
|  | RemoveAliasFolder | Removes a registered alias folder. | 
|  | Save | Saves the configuration values to the EXE configuration file. | 
Public Properties
| Name | Description | |
|---|---|---|
|  | AliasFolders | Gets an System.Collections.IEnumerable to iterate over the folder aliases. | 
|  | CacheFolder | Gets or sets the folder path where the JpipServer store its cache data. | 
|  | CacheSize | Gets or sets the maximum size of the cache folder. | 
|  | ChunkSize | Gets or sets the chunk size of the HTTP packet. | 
|  | ConnectionIdleTimeout | Gets or sets the timeout before a connected client gets disconnected if no requests are performed. | 
|  | DelegateServers | Gets a collection containing the DelegatedServer. | 
|  | DivideSuperBoxes | Gets or sets a value that determines whether to divide meta-data super boxes into sub-boxes. | 
|  | EnableLogging | Gets or sets a value that determines whether server should generate even logs. | 
|  | HandshakeTimeout | Gets or sets the connection handshake timeout. | 
|  | ImageParsingTimeout | Gets or sets the timeout for parsing a requested image. | 
|  | ImagesFolder | Gets or sets the folder path where images are stored. | 
|  | IPAddress | Gets or sets the IP address which the JpipServer is listening to. | 
|  | LogDebug | Gets or sets a value that determines whether an event log of type EventType.Debug should be written to the log file. | 
|  | LogErrors | Gets or sets a value that determines whether an event log of type EventType.Error should be written to the log file. | 
|  | LoggingFile | Gets or sets the event log file name. | 
|  | LogInformation | Gets or sets a value that determines whether an event log of type EventType.Information should be written to the log file. | 
|  | LogWarnings | Gets or sets a value that determines whether an event log of type EventType.Warning should be written to the log file. | 
|  | MaxClientCount | Gets or sets the maximum number of concurrent connected clients. | 
|  | MaxConnectionBandwidth | Gets or sets the maximum transmission bandwidth for client connections. | 
|  | MaxServerBandwidth | Gets the total transmission bandwidth of the server. | 
|  | MaxSessionLifetime | Gets or sets the maximum lifetime of a continuously connected client. | 
|  | MaxTransportConnections | Gets or sets the maximum number of transport connections. | 
|  | PartitionBoxSize | Gets or sets the maximum size of a meta-data box before it is being replaced by a placeholder box. | 
|  | Port | Gets or sets the port to which the JpipServer is listening. | 
|  | RequestTimeout | Gets or sets the receiving timeout for a client request. | 
|  | ServerName | Gets or sets the name of the JpipServer. | 
See Also