C# Class FreeSWITCH.Native.ManagedSession

Inheritance: CoreSession
显示文件 Open project: sangoma/freeswitch Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ManagedSession ( ) : System
ManagedSession ( SWIGTYPE_p_switch_core_session session ) : System
ManagedSession ( string uuid ) : System

Private Methods

Method Description
ManagedSession ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ManagedSession obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ManagedSession() public method

public ManagedSession ( ) : System
return System

ManagedSession() public method

public ManagedSession ( SWIGTYPE_p_switch_core_session session ) : System
session SWIGTYPE_p_switch_core_session
return System

ManagedSession() public method

public ManagedSession ( string uuid ) : System
uuid string
return System