Class vx_req_account_anonymous_login_t
Inheritance
vx_req_account_anonymous_login_t
Assembly: VivoxUnity.dll
Syntax
public class vx_req_account_anonymous_login_t : IDisposable
Constructors
vx_req_account_anonymous_login_t()
Declaration
public vx_req_account_anonymous_login_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
access_token
Declaration
public string access_token { get; set; }
Property Value
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
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
displayname
Declaration
public string displayname { get; set; }
Property Value
enable_buddies_and_presence
Declaration
public int enable_buddies_and_presence { get; set; }
Property Value
enable_presence_persistence
Declaration
public int enable_presence_persistence { get; set; }
Property Value
initial_allowed_uris
Declaration
public SWIGTYPE_p_p_char initial_allowed_uris { get; set; }
Property Value
initial_blocked_uris
Declaration
public SWIGTYPE_p_p_char initial_blocked_uris { get; set; }
Property Value
initial_blocked_uris_presence_only
Declaration
public SWIGTYPE_p_p_char initial_blocked_uris_presence_only { get; set; }
Property Value
initial_buddy_uris
Declaration
public SWIGTYPE_p_p_char initial_buddy_uris { get; set; }
Property Value
languages
Declaration
public string languages { 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_anonymous_login_t()
Declaration
protected ~vx_req_account_anonymous_login_t()
Operators
implicit operator vx_req_base_t(vx_req_account_anonymous_login_t)
Declaration
public static implicit operator vx_req_base_t(vx_req_account_anonymous_login_t t)
Parameters
Returns
Implements