| Import line: | Soup = imports.gi.Soup; |
| GIR File: | Soup-2.4.gir |
| C documentation: | SoupSSLType |
| Enum : | SSLType |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Soup.SSLType.CLIENT : 0
|
|
|
Number Soup.SSLType.SERVER : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Soup
Method |
Soup.ssl_wrap_iochannel
(IOChannel sock, Boolean non_blocking, SSLType type, String remote_host, SSLCredentials creds)
:
GLib.IOChannel
This attempts to wrap a new GIOChannel around sock that will SSL-encrypt/decrypt all traffic through it.
|