C# Class MongooseConnection, beirdobot

ファイルを表示 Open project: Beirdo/beirdobot Class Usage Examples

Public Properties

Property Type Description
mongoose Mongoose,

Public Methods

Method Description
MongooseConnection ( IntPtr conn_, Mongoose, mongoose_ ) : System
get_header ( string header_name ) : string
get_var ( string header_name ) : string
write ( string data ) : int

Private Methods

Method Description
mg_free ( IntPtr ptr ) : void
mg_get_header ( IntPtr ctx, string name ) : string
mg_get_var ( IntPtr ctx, string name ) : string
mg_write ( IntPtr conn, string data, int length ) : int

Method Details

MongooseConnection() public method

public MongooseConnection ( IntPtr conn_, Mongoose, mongoose_ ) : System
conn_ IntPtr
mongoose_ Mongoose,
return System

get_header() public method

public get_header ( string header_name ) : string
header_name string
return string

get_var() public method

public get_var ( string header_name ) : string
header_name string
return string

write() public method

public write ( string data ) : int
data string
return int

Property Details

mongoose public_oe property

public Mongoose, mongoose
return Mongoose,