Click or drag to resize
SessionOptionsServerAddress Constructor (String, Int32, Socks5Config)
Constructs a server address with a host, a port and a Socks5Config.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax
public ServerAddress(
	string host,
	int port,
	Socks5Config socks5Config
)

Parameters

host
Type: SystemString
The host of the server address
port
Type: SystemInt32
The port of the server address
socks5Config
Type: Bloomberglp.BlpapiSocks5Config
The SOCK5 Configuration of the server address
See Also