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:
- public abstract string auth_mechanism { get; set construct; }
Authentication mechanism name
- public abstract string host { get; set construct; }
Host name for the network service
- public abstract uint port { get; set construct; }
Port number for the network service
- public abstract NetworkSecurityMethod security_method { get; set construct; }
Method used to establish a network connection
- public abstract string user { get; set construct; }
User name for the network account
Methods:
Inherited Members:
All known members inherited from class Camel.Settings
All known members inherited from class GLib.Object