doc: Add IPV6 settings to ConnectionContext API

This commit is contained in:
Denis Kenzior 2011-03-10 21:42:14 -06:00
parent 1129cc59c2
commit bc0cc47608
1 changed files with 26 additions and 0 deletions

View File

@ -255,6 +255,32 @@ Properties boolean Active [readwrite]
via this proxy. All other values are left
out in this case.
dict IPv6.Settings [readonly, optional]
Holds all the IPv6 network settings
string Interface [readonly, optional]
Holds the interface of the network interface
used by this context (e.g. "ppp0" "usb0")
string Address [readonly, optional]
Holds the IP address for this context.
byte PrefixLength [readonly, optional]
Holds the prefix length.
array{string} DomainNameServers [readonly, optional]
Holds the list of domain name servers for this
context.
string Gateway [readonly, optional]
Holds the gateway IP for this connection.
string MessageProxy [readwrite, MMS only]
Holds the MMS Proxy setting.