Table of Contents

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

constructArguments ConstructArgument[]

ProxyAddressEnumerator(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected ProxyAddressEnumerator(CreationData data)

Parameters

data CreationData

ProxyAddressEnumerator(ProxyAddressEnumeratorHandle)

protected ProxyAddressEnumerator(ProxyAddressEnumeratorHandle handle)

Parameters

handle ProxyAddressEnumeratorHandle

Fields

ConnectablePropertyDefinition

public static readonly Property<SocketConnectable, ProxyAddressEnumerator> ConnectablePropertyDefinition

Field Value

Property<SocketConnectable, ProxyAddressEnumerator>

DefaultPortPropertyDefinition

public static readonly Property<uint, ProxyAddressEnumerator> DefaultPortPropertyDefinition

Field Value

Property<uint, ProxyAddressEnumerator>

ProxyResolverPropertyDefinition

public static readonly Property<ProxyResolver, ProxyAddressEnumerator> ProxyResolverPropertyDefinition

Field Value

Property<ProxyResolver, ProxyAddressEnumerator>

UriPropertyDefinition

public static readonly Property<string?, ProxyAddressEnumerator> UriPropertyDefinition

Field Value

Property<string, ProxyAddressEnumerator>

Properties

Connectable

public SocketConnectable Connectable { get; }

Property Value

SocketConnectable

DefaultPort

public uint DefaultPort { get; }

Property Value

uint

ProxyResolver

public ProxyResolver ProxyResolver { get; set; }

Property Value

ProxyResolver

Uri

public string? Uri { get; }

Property Value

string

Methods

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed ProxyAddressEnumerator instance for a given pointer.

public static ProxyAddressEnumerator NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

ProxyAddressEnumerator

NewWithProperties(ConstructArgument[])

Creates a new ProxyAddressEnumerator and sets the properties specified by the construct arguments.

public static ProxyAddressEnumerator NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

ProxyAddressEnumerator