Context
Object Hierarchy:
Description:
[
CCode ( type_id =
"gupnp_context_get_type ()" ) ]
public class Context :
Client,
Initable
This struct contains private data only, and should be accessed using the functions below.
Content:
Properties:
- public Acl acl { get; set construct; }
An access control list.
- public string default_language { get; set construct; }
The content of the Content-Language header id the client sends
Accept-Language and no language-specific pages to serve exist.
- public uint port { get; construct; }
The port to run on.
- public Server server { get; }
The Server HTTP
server used by GUPnP.
- public Session session { get; }
- public uint subscription_timeout { get; construct; }
The preferred subscription timeout: the number of seconds after which
subscriptions are renewed.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GSSDP.Client
All known members inherited from class GLib.Object
All known members inherited from interface GLib.Initable