C# 클래스 MediaPortalWrapper.Filesystem.UrlSourceHttpClient

상속: AbstractFile
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
AddOption ( CURLOPTIONTYPE type, string cname, string value ) : bool
Open ( uint flags ) : bool
Read ( IntPtr buffer, int bufferSize ) : int
UrlCreate ( string url ) : bool

비공개 메소드들

메소드 설명
UrlSourceHttpClient ( ) : System

메소드 상세

AddOption() 공개 메소드

public AddOption ( CURLOPTIONTYPE type, string cname, string value ) : bool
type CURLOPTIONTYPE
cname string
value string
리턴 bool

Open() 공개 메소드

public Open ( uint flags ) : bool
flags uint
리턴 bool

Read() 공개 메소드

public Read ( IntPtr buffer, int bufferSize ) : int
buffer System.IntPtr
bufferSize int
리턴 int

UrlCreate() 공개 메소드

public UrlCreate ( string url ) : bool
url string
리턴 bool