golang.org/x/net/internal/socks.Dialer.ProxyDial (field)
7 uses
golang.org/x/net/internal/socks (current package)
socks.go#L128: ProxyDial func(context.Context, string, string) (net.Conn, error)
socks.go#L162: if d.ProxyDial != nil {
socks.go#L163: c, err = d.ProxyDial(ctx, d.proxyNetwork, d.proxyAddress)
socks.go#L217: if d.ProxyDial != nil {
socks.go#L218: c, err = d.ProxyDial(context.Background(), d.proxyNetwork, d.proxyAddress)
golang.org/x/net/proxy
socks5.go#L21: d.ProxyDial = func(ctx context.Context, network string, address string) (net.Conn, error) {
socks5.go#L25: d.ProxyDial = func(ctx context.Context, network string, address string) (net.Conn, error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |