diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-09-22 12:48:28 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-22 12:48:28 +0900 |
commit | 908cef92eb166148b50e6b5a647a586b79aa259c (patch) | |
tree | a69ab9587c37ffa97a8b4b0471a3450352c41626 /doc | |
parent | f51b128435835e903b54f07a7e96449260b5f371 (diff) | |
download | connman-908cef92eb166148b50e6b5a647a586b79aa259c.tar.gz connman-908cef92eb166148b50e6b5a647a586b79aa259c.tar.bz2 connman-908cef92eb166148b50e6b5a647a586b79aa259c.zip |
Add support for setting proxy configuration method
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index c1dd5419..c4e1495d 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -417,6 +417,15 @@ Properties string State [readonly] Automatic proxy configuration URL. + dict Proxy.Configuration [readwrite] + + Same values as Proxy property. The Proxy represents + the actual system configuration while this allows + user configuration. + + Currently only setting Method to either "direct" + or "auto" is supported. + dict Provider [readonly] string Host [readonly] |