Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.internal.socks
- Platforms: .NET, .NET Standard 2.0, Island
AddrTypeFQDN
const AddrTypeFQDN: Int64 = 3;
const Int64 AddrTypeFQDN = 3
static let AddrTypeFQDN: Int64 = 3
const AddrTypeFQDN Int64 = 3
Dim AddrTypeFQDN As Int64 = 3
AddrTypeIPv4
const AddrTypeIPv4: Int64 = 1;
const Int64 AddrTypeIPv4 = 1
static let AddrTypeIPv4: Int64 = 1
const AddrTypeIPv4 Int64 = 1
Dim AddrTypeIPv4 As Int64 = 1
AddrTypeIPv6
const AddrTypeIPv6: Int64 = 4;
const Int64 AddrTypeIPv6 = 4
static let AddrTypeIPv6: Int64 = 4
const AddrTypeIPv6 Int64 = 4
Dim AddrTypeIPv6 As Int64 = 4
AuthMethodNoAcceptableMethods
const AuthMethodNoAcceptableMethods: AuthMethod = 255;
const AuthMethod AuthMethodNoAcceptableMethods = 255
static let AuthMethodNoAcceptableMethods: AuthMethod = 255
const AuthMethodNoAcceptableMethods AuthMethod = 255
Dim AuthMethodNoAcceptableMethods As AuthMethod = 255
AuthMethodNotRequired
const AuthMethodNotRequired: AuthMethod = 0;
const AuthMethod AuthMethodNotRequired = 0
static let AuthMethodNotRequired: AuthMethod = 0
const AuthMethodNotRequired AuthMethod = 0
Dim AuthMethodNotRequired As AuthMethod = 0
AuthMethodUsernamePassword
const AuthMethodUsernamePassword: AuthMethod = 2;
const AuthMethod AuthMethodUsernamePassword = 2
static let AuthMethodUsernamePassword: AuthMethod = 2
const AuthMethodUsernamePassword AuthMethod = 2
Dim AuthMethodUsernamePassword As AuthMethod = 2
CmdConnect
const CmdConnect: Command = 1;
const Command CmdConnect = 1
static let CmdConnect: Command = 1
const CmdConnect Command = 1
Dim CmdConnect As Command = 1
NewDialer
// .NET, .NET Standard 2.0
class method NewDialer(network: string; address: string): Memory<Dialer>
// Island
class method NewDialer(network: string; address: string): Memory<Dialer>
// .NET, .NET Standard 2.0
static Memory<Dialer> NewDialer(string network, string address)
// Island
static Memory<Dialer> NewDialer(string network, string address)
// .NET, .NET Standard 2.0
static func NewDialer(_ network: string, _ address: string) -> Memory<Dialer>
// Island
static func NewDialer(_ network: string, _ address: string) -> Memory<Dialer>
Parameters:
- network:
- address:
StatusSucceeded
const StatusSucceeded: Reply = 0;
const Reply StatusSucceeded = 0
static let StatusSucceeded: Reply = 0
const StatusSucceeded Reply = 0
Dim StatusSucceeded As Reply = 0
Version5
AddrTypeFQDN
const AddrTypeFQDN: Int64 = 3;
const Int64 AddrTypeFQDN = 3
static let AddrTypeFQDN: Int64 = 3
const AddrTypeFQDN Int64 = 3
Dim AddrTypeFQDN As Int64 = 3
AddrTypeIPv4
const AddrTypeIPv4: Int64 = 1;
const Int64 AddrTypeIPv4 = 1
static let AddrTypeIPv4: Int64 = 1
const AddrTypeIPv4 Int64 = 1
Dim AddrTypeIPv4 As Int64 = 1
AddrTypeIPv6
const AddrTypeIPv6: Int64 = 4;
const Int64 AddrTypeIPv6 = 4
static let AddrTypeIPv6: Int64 = 4
const AddrTypeIPv6 Int64 = 4
Dim AddrTypeIPv6 As Int64 = 4
AuthMethodNoAcceptableMethods
const AuthMethodNoAcceptableMethods: AuthMethod = 255;
const AuthMethod AuthMethodNoAcceptableMethods = 255
static let AuthMethodNoAcceptableMethods: AuthMethod = 255
const AuthMethodNoAcceptableMethods AuthMethod = 255
Dim AuthMethodNoAcceptableMethods As AuthMethod = 255
AuthMethodNotRequired
const AuthMethodNotRequired: AuthMethod = 0;
const AuthMethod AuthMethodNotRequired = 0
static let AuthMethodNotRequired: AuthMethod = 0
const AuthMethodNotRequired AuthMethod = 0
Dim AuthMethodNotRequired As AuthMethod = 0
AuthMethodUsernamePassword
const AuthMethodUsernamePassword: AuthMethod = 2;
const AuthMethod AuthMethodUsernamePassword = 2
static let AuthMethodUsernamePassword: AuthMethod = 2
const AuthMethodUsernamePassword AuthMethod = 2
Dim AuthMethodUsernamePassword As AuthMethod = 2
CmdConnect
const CmdConnect: Command = 1;
const Command CmdConnect = 1
static let CmdConnect: Command = 1
const CmdConnect Command = 1
Dim CmdConnect As Command = 1
StatusSucceeded
const StatusSucceeded: Reply = 0;
const Reply StatusSucceeded = 0
static let StatusSucceeded: Reply = 0
const StatusSucceeded Reply = 0
Dim StatusSucceeded As Reply = 0
Version5
NewDialer
// .NET, .NET Standard 2.0
class method NewDialer(network: string; address: string): Memory<Dialer>
// Island
class method NewDialer(network: string; address: string): Memory<Dialer>
// .NET, .NET Standard 2.0
static Memory<Dialer> NewDialer(string network, string address)
// Island
static Memory<Dialer> NewDialer(string network, string address)
// .NET, .NET Standard 2.0
static func NewDialer(_ network: string, _ address: string) -> Memory<Dialer>
// Island
static func NewDialer(_ network: string, _ address: string) -> Memory<Dialer>
Parameters:
- network:
- address: