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.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntax
public class ServerAddress

The SessionOptionsServerAddress type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyHost
The host part of a server address.
Public propertyPort
The port part of a server address.
Public propertySocks5Config
Top
Methods
  NameDescription
Public methodToString
Return the string representation of this object.
(Overrides ObjectToString.)
Top
See Also