Context
Object Hierarchy:
Description:
[
CCode ( type_id =
"gupnp_context_get_type ()" ) ]
public class Context :
Client,
Initable
Context object wrapping shared networking bits.
Context wraps the networking bits that are used by the various GUPnP classes. It automatically starts a web
server on demand.
For debugging, it is possible to see the messages being sent and received by setting the environment variable `GUPNP_DEBUG`.
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 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