C# Class LibCurl.SList

Inheritance: IDisposable
显示文件 Open project: trustme/LibCurlDotNet Class Usage Examples

Public Methods

Method Description
Append ( string data ) : void
Dispose ( ) : void
SList ( ) : System
SList ( IntPtr handle ) : System

Method Details

Append() public method

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

Dispose() public method

public Dispose ( ) : void
return void

SList() public method

public SList ( ) : System
return System

SList() public method

public SList ( IntPtr handle ) : System
handle System.IntPtr
return System