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.2.1
Syntax public ServerAddress(
string host,
int port,
Socks5Config socks5Config
)
Public Sub New (
host As String,
port As Integer,
socks5Config As Socks5Config
)
public:
ServerAddress(
String^ host,
int port,
Socks5Config^ socks5Config
)
new :
host : string *
port : int *
socks5Config : Socks5Config -> ServerAddress
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