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

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
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