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[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public ProxyAddressEnumerator(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
ProxyAddressEnumerator(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected ProxyAddressEnumerator(CreationData data)
Parameters
dataCreationData
ProxyAddressEnumerator(ProxyAddressEnumeratorHandle)
protected 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()
Returns
NewFromPointer(nint, bool)
Creates a new managed ProxyAddressEnumerator instance for a given pointer.
public static ProxyAddressEnumerator NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new ProxyAddressEnumerator and sets the properties specified by the construct arguments.
public static ProxyAddressEnumerator NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.