|
|
static String | linphone_pointer_to_string (IntPtr ptr) |
| |
|
static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| |
|
IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| |
|
void | CleanStringArrayPtrs (IntPtr l) |
| |
Add a tunnel server configuration.
- Parameters
-
| void Linphone.Tunnel.CleanServers |
( |
| ) |
|
|
inline |
| bool Linphone.Tunnel.Connected |
( |
| ) |
|
|
inline |
Check whether the tunnel is connected.
- Returns
- A boolean value telling if the tunnel is connected
| void Linphone.Tunnel.Reconnect |
( |
| ) |
|
|
inline |
Force reconnection to the tunnel server.
This method is useful when the device switches from wifi to Edge/3G or vice versa. In most cases the tunnel client socket won't be notified promptly that its connection is now zombie, so it is recommended to call this method that will cause the lost connection to be closed and new connection to be issued.
Remove a tunnel server configuration.
- Parameters
-
| void Linphone.Tunnel.SetHttpProxy |
( |
string |
host, |
|
|
int |
port, |
|
|
string |
username, |
|
|
string |
passwd |
|
) |
| |
|
inline |
Set an optional http proxy to go through when connecting to tunnel server.
- Parameters
-
| host | http proxy host |
| port | http proxy port |
| username | Optional http proxy username if the proxy request authentication. Currently only basic authentication is supported. Use null if not needed. |
| passwd | Optional http proxy password. Use null if not needed. |
| void Linphone.Tunnel.SetHttpProxyAuthInfo |
( |
string |
username, |
|
|
string |
passwd |
|
) |
| |
|
inline |
Set authentication info for the http proxy.
- Parameters
-
| username | User name |
| passwd | Password |
| bool Linphone.Tunnel.Activated |
|
get |
Returns whether the tunnel is activated.
If mode is set to auto, this gives indication whether the automatic detection determined that tunnel was necessary or not.
- Returns
- true if tunnel is in use, false otherwise.
| string Linphone.Tunnel.Domain |
|
getset |
Get the domain.
- Returns
- The domain.
| bool Linphone.Tunnel.DualModeEnabled |
|
getset |
Get the dual tunnel client mode.
- Returns
- true if dual tunnel client mode is enabled, false otherwise
| bool Linphone.Tunnel.SipEnabled |
|
getset |
Check whether tunnel is set to transport SIP packets.
- Returns
- A boolean value telling whether SIP packets shall pass through the tunnel
| string Linphone.Tunnel.Username |
|
getset |
Get the username.
- Returns
- The username.
The documentation for this class was generated from the following file: