Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Samples
PostCallback
C# Class Samples.PostCallback
Show file
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