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

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

Parameters

host
Type: SystemString
The host of the server address
port
Type: SystemInt32
The port of the server address
See Also