Table of Contents

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 bool
constructArguments ConstructArgument[]

ProxyAddressEnumerator(IntPtr, bool)

protected ProxyAddressEnumerator(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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