Class ProxyAddressEnumerator
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class ProxyAddressEnumerator : SocketAddressEnumerator, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
ProxyAddressEnumerator
- Implements
- Inherited Members
Constructors
ProxyAddressEnumerator(bool, params ConstructArgument[])
protected ProxyAddressEnumerator(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
ProxyAddressEnumerator(IntPtr, bool)
protected ProxyAddressEnumerator(IntPtr ptr, bool ownedRef)
Parameters
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()