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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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