Class vx_resp_connector_create_t
Inheritance
vx_resp_connector_create_t
Assembly: VivoxUnity.dll
Syntax
public class vx_resp_connector_create_t : IDisposable
Constructors
vx_resp_connector_create_t()
Declaration
public vx_resp_connector_create_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
backend_type
Declaration
public int backend_type { get; set; }
Property Value
base_
Declaration
public vx_resp_base_t base_ { get; set; }
Property Value
connector_handle
Declaration
public string connector_handle { get; set; }
Property Value
default_realm
Declaration
public string default_realm { get; set; }
Property Value
version_id
Declaration
public string version_id { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_resp_connector_create_t()
Declaration
protected ~vx_resp_connector_create_t()
Implements