Class vx_resp_account_login_t
Inheritance
vx_resp_account_login_t
Assembly: VivoxUnity.dll
Syntax
public class vx_resp_account_login_t : IDisposable
Constructors
vx_resp_account_login_t()
Declaration
public vx_resp_account_login_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
account_handle
Declaration
public string account_handle { get; set; }
Property Value
account_id
Declaration
public int account_id { get; set; }
Property Value
base_
Declaration
public vx_resp_base_t base_ { get; set; }
Property Value
buddy_list_uri
Declaration
public string buddy_list_uri { get; set; }
Property Value
display_name
Declaration
public string display_name { get; set; }
Property Value
encoded_uri_with_tag
Declaration
public string encoded_uri_with_tag { get; set; }
Property Value
num_aliases
Declaration
public int num_aliases { get; set; }
Property Value
uri
Declaration
public string uri { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
~vx_resp_account_login_t()
Declaration
protected ~vx_resp_account_login_t()
Implements