C# 클래스 FreeSWITCH.Native.Stream

상속: IDisposable
파일 보기 프로젝트 열기: sangoma/freeswitch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Stream ( ) : System
Stream ( switch_stream_handle arg0 ) : System
Write ( string data ) : void
get_data ( ) : string

비공개 메소드들

메소드 설명
Stream ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Stream obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Stream() 공개 메소드

public Stream ( ) : System
리턴 System

Stream() 공개 메소드

public Stream ( switch_stream_handle arg0 ) : System
arg0 switch_stream_handle
리턴 System

Write() 공개 메소드

public Write ( string data ) : void
data string
리턴 void

get_data() 공개 메소드

public get_data ( ) : string
리턴 string

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool