←Select platform
In This Topic ▼

JpipServerConfiguration Class Members

Summary

The following tables list the members exposed by JpipServerConfiguration.

Public Constructors

Name Description
Public Constructor
JpipServerConfiguration Creates a new instance of the JpipServerConfiguration class.

Public Methods

Name Description
Public Method
AddAliasFolder Register a new alias folder.
Public Method ClearAliases Remove all registered aliases.
Public Method GetAliasPath Retrieves the physical path of the alias folder.
Public Method IsAliasExists Determines whether the specified alias folder is registered.
Public Method RemoveAliasFolder Removes a registered alias folder.
Public Method Save Saves the configuration values to the EXE configuration file.

Public Properties

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly