Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax public Socks5Config(
string hostname,
int port
)
Public Sub New (
hostname As String,
port As Integer
)
public:
Socks5Config(
String^ hostname,
int port
)
new :
hostname : string *
port : int -> Socks5Config
Parameters
- hostname
- Type: SystemString
- port
- Type: SystemInt32
See Also