Context
Description:
[ CCode ( has_construct_function = false ) ]
public Context (MainContext? main_context, string? iface, uint port) throws Error
public Context (MainContext? main_context, string? iface, uint port) throws Error
Create a new Context with the specified main_context, iface
and port.
Parameters:
| main_context |
Deprecated: 0.17.2: Always set to |
| iface |
The network interface to use, or |
| port |
Port to run on, or 0 if you don't care what port is used. |
Returns:
|
A new Context object, or |