C# 클래스 Mongoose, beirdobot

파일 보기 프로젝트 열기: Beirdo/beirdobot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

Mongoose() 공개 메소드

public Mongoose ( ) : System
리턴 System

get_option() 공개 메소드

public get_option ( string option_name ) : string
option_name string
리턴 string

set_log_callback() 공개 메소드

public set_log_callback ( MongooseCallback func ) : void
func MongooseCallback
리턴 void

set_option() 공개 메소드

public set_option ( string option_name, string option_value ) : int
option_name string
option_value string
리턴 int

set_uri_callback() 공개 메소드

public set_uri_callback ( string uri_regex, MongooseCallback func ) : void
uri_regex string
func MongooseCallback
리턴 void

프로퍼티 상세

version 공개적으로 프로퍼티

public string version
리턴 string