C# Class FreeSWITCH.Native.Stream

Inheritance: IDisposable
Afficher le fichier Open project: sangoma/freeswitch Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
Stream ( ) : System
Stream ( switch_stream_handle arg0 ) : System
Write ( string data ) : void
get_data ( ) : string

Private Methods

Méthode Description
Stream ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Stream obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Stream() public méthode

public Stream ( ) : System
Résultat System

Stream() public méthode

public Stream ( switch_stream_handle arg0 ) : System
arg0 switch_stream_handle
Résultat System

Write() public méthode

public Write ( string data ) : void
data string
Résultat void

get_data() public méthode

public get_data ( ) : string
Résultat string

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool