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.22.0.1
Syntax
public class ServerAddress

The SessionOptionsServerAddress type exposes the following members.

Constructors
  NameDescription
Public methodSessionOptionsServerAddress(String, Int32)
Construct server address with the host and the port.
Public methodSessionOptionsServerAddress(String, Int32, Socks5Config)
Initializes a new instance of the SessionOptionsServerAddress class
Top
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