Class vx_req_base_t
Inheritance
vx_req_base_t
Assembly: VivoxUnity.dll
Syntax
public class vx_req_base_t : IDisposable
Constructors
vx_req_base_t()
Declaration
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
cookie
Declaration
public string cookie { get; set; }
Property Value
message
Declaration
public vx_message_base_t message { get; set; }
Property Value
type
Declaration
public vx_request_type type { get; set; }
Property Value
vcookie
Declaration
public SWIGTYPE_p_void vcookie { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_req_base_t()
Declaration
protected ~vx_req_base_t()
Implements