Class ProxyAddressEnumerator
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class ProxyAddressEnumerator : SocketAddressEnumerator, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
ProxyAddressEnumerator
- Implements
- Inherited Members
Constructors
ProxyAddressEnumerator(params ConstructArgument[])
public ProxyAddressEnumerator(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
ProxyAddressEnumerator(ProxyAddressEnumeratorHandle)
public ProxyAddressEnumerator(ProxyAddressEnumeratorHandle handle)
Parameters
handleProxyAddressEnumeratorHandle
Fields
ConnectablePropertyDefinition
public static readonly Property<SocketConnectable, ProxyAddressEnumerator> ConnectablePropertyDefinition
Field Value
DefaultPortPropertyDefinition
public static readonly Property<uint, ProxyAddressEnumerator> DefaultPortPropertyDefinition
Field Value
ProxyResolverPropertyDefinition
public static readonly Property<ProxyResolver, ProxyAddressEnumerator> ProxyResolverPropertyDefinition
Field Value
UriPropertyDefinition
public static readonly Property<string?, ProxyAddressEnumerator> UriPropertyDefinition
Field Value
Properties
Connectable
public SocketConnectable Connectable { get; }
Property Value
DefaultPort
public uint DefaultPort { get; }
Property Value
ProxyResolver
public ProxyResolver ProxyResolver { get; set; }
Property Value
Uri
public string? Uri { get; }
Property Value
Methods
GetGType()
public static Type GetGType()