Table of Contents

Class SocketAddressEnumerator

Namespace
Gio
Assembly
Gio-2.0.dll
public class SocketAddressEnumerator : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
SocketAddressEnumerator
Implements
Derived
Inherited Members

Constructors

SocketAddressEnumerator(bool, params ConstructArgument[])

protected SocketAddressEnumerator(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

SocketAddressEnumerator(IntPtr, bool)

protected SocketAddressEnumerator(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

Next(Cancellable?)

public SocketAddress? Next(Cancellable? cancellable)

Parameters

cancellable Cancellable

Returns

SocketAddress

NextFinish(AsyncResult)

public SocketAddress? NextFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

SocketAddress