C# Class Mongoose, beirdobot

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

Public Properties

Property Type Description
version string

Public Methods

Method Description
Mongoose ( ) : System
get_option ( string option_name ) : string
set_log_callback ( MongooseCallback func ) : void
set_option ( string option_name, string option_value ) : int
set_uri_callback ( string uri_regex, MongooseCallback func ) : void

Private Methods

Method Description
mg_get_option ( IntPtr ctx, string name ) : string
mg_set_log_callback ( IntPtr ctx, MulticastDelegate func ) : void
mg_set_option ( IntPtr ctx, string name, string value ) : int
mg_set_uri_callback ( IntPtr ctx, string uri_regex, MulticastDelegate func, IntPtr data ) : void
mg_start ( ) : IntPtr
mg_stop ( IntPtr ctx ) : void
mg_version ( ) : string

Method Details

Mongoose() public method

public Mongoose ( ) : System
return System

get_option() public method

public get_option ( string option_name ) : string
option_name string
return string

set_log_callback() public method

public set_log_callback ( MongooseCallback func ) : void
func MongooseCallback
return void

set_option() public method

public set_option ( string option_name, string option_value ) : int
option_name string
option_value string
return int

set_uri_callback() public method

public set_uri_callback ( string uri_regex, MongooseCallback func ) : void
uri_regex string
func MongooseCallback
return void

Property Details

version public_oe property

public string version
return string