C# Class MediaPortalWrapper.Filesystem.UrlSourceHttpClient

Inheritance: AbstractFile
Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
AddOption ( CURLOPTIONTYPE type, string cname, string value ) : bool
Open ( uint flags ) : bool
Read ( IntPtr buffer, int bufferSize ) : int
UrlCreate ( string url ) : bool

Private Methods

Method Description
UrlSourceHttpClient ( ) : System

Method Details

AddOption() public method

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

Open() public method

public Open ( uint flags ) : bool
flags uint
return bool

Read() public method

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

UrlCreate() public method

public UrlCreate ( string url ) : bool
url string
return bool