Class vx_req_aux_connectivity_info_t
Inheritance
vx_req_aux_connectivity_info_t
Assembly: VivoxUnity.dll
Syntax
public class vx_req_aux_connectivity_info_t : IDisposable
Constructors
vx_req_aux_connectivity_info_t()
Declaration
public vx_req_aux_connectivity_info_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
acct_mgmt_server
Declaration
public string acct_mgmt_server { get; set; }
Property Value
base_
Declaration
public vx_req_base_t base_ { get; set; }
Property Value
echo_port
Declaration
public int echo_port { get; set; }
Property Value
echo_server
Declaration
public string echo_server { get; set; }
Property Value
stun_server
Declaration
public string stun_server { get; set; }
Property Value
timeout
Declaration
public int timeout { get; set; }
Property Value
well_known_ip
Declaration
public string well_known_ip { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_req_aux_connectivity_info_t()
Declaration
protected ~vx_req_aux_connectivity_info_t()
Operators
implicit operator vx_req_base_t(vx_req_aux_connectivity_info_t)
Declaration
public static implicit operator vx_req_base_t(vx_req_aux_connectivity_info_t t)
Parameters
Returns
Implements