Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.5.1
Syntaxpublic 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 -> Socks5ConfigParameters
- hostname
- Type: SystemString
- port
- Type: SystemInt32
See Also