Gio.ProxyAddressEnumerator¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
Virtual Methods¶
- Inherited:
 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w/co  | 
|||
r/w/co  | 
|||
r/w/c  | 
|||
r/w/co  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent_instance  | 
r  | 
Class Details¶
- class Gio.ProxyAddressEnumerator(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
GProxyAddressEnumeratoris a wrapper around [class`Gio`.SocketAddressEnumerator] which takes the [class`Gio`.SocketAddress] instances returned by the [class`Gio`.SocketAddressEnumerator] and wraps them in [class`Gio`.ProxyAddress] instances, using the given [property`Gio`.ProxyAddressEnumerator:proxy-resolver].This enumerator will be returned (for example, by [method`Gio`.SocketConnectable.enumerate]) as appropriate when a proxy is configured; there should be no need to manually wrap a [class`Gio`.SocketAddressEnumerator] instance with one.
Property Details¶
- Gio.ProxyAddressEnumerator.props.connectable¶
 - Name:
 connectable- Type:
 - Default Value:
 - Flags:
 
The connectable being enumerated.
- Gio.ProxyAddressEnumerator.props.default_port¶
 - Name:
 default-port- Type:
 - Default Value:
 0- Flags:
 
The default port to use if
Gio.ProxyAddressEnumerator:uridoes not specify one.New in version 2.38.
- Gio.ProxyAddressEnumerator.props.proxy_resolver¶
 - Name:
 proxy-resolver- Type:
 - Default Value:
 - Flags:
 
The proxy resolver to use.
New in version 2.36.