NetworkSettings
Object Hierarchy:
Description:
[
CCode ( type_cname =
"CamelNetworkSettingsInterface" , type_id =
"camel_network_settings_get_type ()" ) ]
[
Version ( since =
"3.2" ) ]
public interface NetworkSettings :
Settings
Content:
Properties:
Methods:
- public string? dup_auth_mechanism ()
- public string dup_host ()
- public string dup_host_ensure_ascii ()
Just like
dup_host, only makes sure that the returned host name will be
converted into its ASCII form in case of IDNA value.
- public string dup_user ()
- public unowned string? get_auth_mechanism ()
Returns the mechanism name used to authenticate to a network service.
- public unowned string get_host ()
Returns the host name used to authenticate to a network service.
- public uint16 get_port ()
Returns the port number used to authenticate to a network service.
- public NetworkSecurityMethod get_security_method ()
Returns the method used to establish a secure (or unsecure) network
connection.
- public unowned string get_user ()
Returns the user name used to authenticate to a network service.
- public void set_auth_mechanism (string? auth_mechanism)
Sets the mechanism name used to authenticate to a network service.
- public void set_host (string? host)
Sets the host name used to authenticate to a network service.
- public void set_port (uint16 port)
Sets the port number used to authenticate to a network service.
- public void set_security_method (NetworkSecurityMethod method)
Sets the method used to establish a secure (or unsecure) network
connection.
- public void set_user (string? user)
Sets the user name used to authenticate to a network service.
Inherited Members:
All known members inherited from class Camel.Settings
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref