Table of Contents

Class SocketService

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class SocketService
Inheritance
SocketService
Inherited Members

Methods

GetGType()

Calls native function g_socket_service_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

IsActive(IntPtr)

Calls native method g_socket_service_is_active. Version: 2.22

[Version("2.22")]
public static extern bool IsActive(IntPtr service)

Parameters

service IntPtr

Transfer ownership: None Nullable: False

Returns

bool

Transfer ownership: None Nullable: False

New()

Calls native constructor g_socket_service_new. Version: 2.22

[Version("2.22")]
public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: Full Nullable: False

Start(IntPtr)

Calls native method g_socket_service_start. Version: 2.22

[Version("2.22")]
public static extern void Start(IntPtr service)

Parameters

service IntPtr

Transfer ownership: None Nullable: False

Stop(IntPtr)

Calls native method g_socket_service_stop. Version: 2.22

[Version("2.22")]
public static extern void Stop(IntPtr service)

Parameters

service IntPtr

Transfer ownership: None Nullable: False