SessionOptionsServerAddress Constructor (String, Int32, Socks5Config) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax public ServerAddress(
string host,
int port,
Socks5Config proxyConfig
)
Public Sub New (
host As String,
port As Integer,
proxyConfig As Socks5Config
)
public:
ServerAddress(
String^ host,
int port,
Socks5Config^ proxyConfig
)
new :
host : string *
port : int *
proxyConfig : Socks5Config -> ServerAddress
Parameters
- host
- Type: SystemString
- port
- Type: SystemInt32
- proxyConfig
- Type: Bloomberglp.BlpapiSocks5Config
See Also