Click or drag to resize
SessionOptionsServerAddress Class
Class represents server address as a host and a port.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiSessionOptionsServerAddress

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public class ServerAddress

The SessionOptionsServerAddress type exposes the following members.

Constructors
  NameDescription
Public methodSessionOptionsServerAddress
Construct server address with the host and the port.
Top
Properties
  NameDescription
Public propertyHost
The host part of a server address.
Public propertyPort
The port part of a server address.
Top
Methods
See Also