Apama API Reference for .NET
9.9.0.0
|
ConnectionConstants is a class that holds a number of common default values for host, port and other settings. More...
Public Attributes | |
const int | DefaultAdapterPort = 16903 |
The default port number for connecting to an Adapter (16903). More... | |
const int | DefaultEnginePort = 15903 |
The default port number for connecting to a Correlator (15903). More... | |
const string | DefaultHost = "localhost" |
The default host name for connecting to a Server (localhost). More... | |
const int | DefaultPort = DefaultEnginePort |
This is an alias for DefaultEnginePort. More... | |
const string | DefaultProcessName = ".NET Client" |
The default name for the client process. More... | |
const int | DefaultSentinelPort = 17903 |
The default port number for connecting to a Sentinel Agent (17903). More... | |
ConnectionConstants is a class that holds a number of common default values for host, port and other settings.
const int Apama.Net.ConnectionConstants.DefaultAdapterPort = 16903 |
The default port number for connecting to an Adapter (16903).
const int Apama.Net.ConnectionConstants.DefaultEnginePort = 15903 |
The default port number for connecting to a Correlator (15903).
const string Apama.Net.ConnectionConstants.DefaultHost = "localhost" |
The default host name for connecting to a Server (localhost).
const int Apama.Net.ConnectionConstants.DefaultPort = DefaultEnginePort |
This is an alias for DefaultEnginePort.
const string Apama.Net.ConnectionConstants.DefaultProcessName = ".NET Client" |
The default name for the client process.
const int Apama.Net.ConnectionConstants.DefaultSentinelPort = 17903 |
The default port number for connecting to a Sentinel Agent (17903).