Click or drag to resize

ServerInfo Class

Represents a generic server to communicate with.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesServerInfo

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ServerInfo

The ServerInfo type exposes the following members.

Constructors
  NameDescription
Public methodServerInfo
Top
Properties
  NameDescription
Public propertyHostName
The server's host name. This may by a fully qualified domain name or an IP address.
Public propertyIsSecurityRequired
Used to determine if security is to be used for the connection to the server. Returns true is the connection is secured, otherwise false.
Public propertyPort
The server port to connect to.
Top
See Also