Table of Contents

Class ProxyAddressEnumerator

Namespace
Gio
Assembly
Gio-2.0.dll
public class ProxyAddressEnumerator : SocketAddressEnumerator, IDisposable, GTypeProvider, InstanceFactory
Inheritance
ProxyAddressEnumerator
Implements
Inherited Members

Constructors

ProxyAddressEnumerator(params ConstructArgument[])

public ProxyAddressEnumerator(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ProxyAddressEnumerator(ProxyAddressEnumeratorHandle)

public 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