Class vx_generic_credentials
Inheritance
vx_generic_credentials
Assembly: VivoxUnity.dll
Syntax
public class vx_generic_credentials : IDisposable
Constructors
vx_generic_credentials()
Declaration
public vx_generic_credentials()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
admin_password
Declaration
public string admin_password { get; set; }
Property Value
admin_username
Declaration
public string admin_username { get; set; }
Property Value
grant_document
Declaration
public string grant_document { get; set; }
Property Value
server_url
Declaration
public string server_url { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_generic_credentials()
Declaration
protected ~vx_generic_credentials()
Implements