Class vx_req_account_login_t
Inheritance
vx_req_account_login_t
Assembly: VivoxUnity.dll
Syntax
public class vx_req_account_login_t : IDisposable
Constructors
vx_req_account_login_t()
Declaration
public vx_req_account_login_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
account_handle
Declaration
public string account_handle { get; set; }
Property Value
acct_mgmt_server
Declaration
public string acct_mgmt_server { get; set; }
Property Value
acct_name
Declaration
public string acct_name { get; set; }
Property Value
acct_password
Declaration
public string acct_password { get; set; }
Property Value
answer_mode
Declaration
public vx_session_answer_mode answer_mode { get; set; }
Property Value
application_override
Declaration
public string application_override { get; set; }
Property Value
application_token
Declaration
public string application_token { get; set; }
Property Value
autopost_crash_dumps
Declaration
public int autopost_crash_dumps { get; set; }
Property Value
base_
Declaration
public vx_req_base_t base_ { get; set; }
Property Value
buddy_management_mode
Declaration
public vx_buddy_management_mode buddy_management_mode { get; set; }
Property Value
client_ip_override
Declaration
public string client_ip_override { get; set; }
Property Value
connector_handle
Declaration
public string connector_handle { get; set; }
Property Value
enable_buddies_and_presence
Declaration
public int enable_buddies_and_presence { get; set; }
Property Value
enable_client_ringback
Declaration
public int enable_client_ringback { get; set; }
Property Value
enable_presence_persistence
Declaration
public int enable_presence_persistence { get; set; }
Property Value
enable_text
Declaration
public vx_text_mode enable_text { get; set; }
Property Value
participant_property_frequency
Declaration
public int participant_property_frequency { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
~vx_req_account_login_t()
Declaration
protected ~vx_req_account_login_t()
Operators
implicit operator vx_req_base_t(vx_req_account_login_t)
Declaration
public static implicit operator vx_req_base_t(vx_req_account_login_t t)
Parameters
Returns
Implements