Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Apama.Net.ConnectionConstants Class Reference

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...
 

Detailed Description

ConnectionConstants is a class that holds a number of common default values for host, port and other settings.

Member Data Documentation

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).

Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.