Client


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( deprecated = true , deprecated_since = "1.6.0" ) ]
public Client (string? iface) throws Error

Warning: Client is deprecated since 1.6.0.

Creates a GSSDP client on iface.

Note:

Use [ctor@GSSDP.Client.new_for_address] instead.

GSSDPClient will pick the address it finds suitable for using.

Using this utility function, the created client will be using UDA 1.0 and IPv4 only.

Parameters:

iface

The name of the network interface, or null for auto-detection.

Returns:

A new Client object.