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