C# Class FreeSWITCH.Native.Stream

Inheritance: IDisposable
Exibir arquivo Open project: sangoma/freeswitch Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Stream ( ) : System
Stream ( switch_stream_handle arg0 ) : System
Write ( string data ) : void
get_data ( ) : string

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Stream() public method

public Stream ( ) : System
return System

Stream() public method

public Stream ( switch_stream_handle arg0 ) : System
arg0 switch_stream_handle
return System

Write() public method

public Write ( string data ) : void
data string
return void

get_data() public method

public get_data ( ) : string
return string

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool