C# Class Samples.PostCallback

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

Public Methods

Method Description
Perform ( ) : void

Private Methods

Method Description
OnHeaderData ( byte buf, int size, object userdata ) : int
OnReadData ( byte &buf, int size, object userdata ) : int
OnWriteData ( byte buf, int size, object userdata ) : int

Method Details

Perform() public method

public Perform ( ) : void
return void