Class SessionConfiguration
Container for all configuration settings for establishing a connection with the feed handler.
public class SessionConfiguration
- Inheritance
-
SessionConfiguration
- Inherited Members
Constructors
- SessionConfiguration(string, int, bool, int, int, int)
Create an instance of the Session Configuration object
Properties
- HeartbeatInterval
Time elapsed between each heartbeat request in seconds. Default is 30 seconds.
- HostAddress
Host IP address in string format, e.g. "127.0.0.1".
- HostPort
Host port.
- ReceiveBufferSize
Receive buffer size for the connection. Default is 8192.
- SendBufferSize
Send buffer size for the connection. Default is 8192.
- ShouldReconnectAutomatically
Flag to indicate if the connection should be re-established automatically if the connection is lost. Default is true.