프로퍼티 | 타입 | 설명 | |
---|---|---|---|
version | string |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 |
public set_log_callback ( MongooseCallback func ) : void | ||
func | MongooseCallback | |
리턴 | void |
public set_option ( string option_name, string option_value ) : int | ||
option_name | string | |
option_value | string | |
리턴 | int |
public set_uri_callback ( string uri_regex, MongooseCallback func ) : void | ||
uri_regex | string | |
func | MongooseCallback | |
리턴 | void |