Property | Type | Description | |
---|---|---|---|
_wsgi | bool | ||
default_host | string | ||
handlers | List | ||
named_handlers | object>.Dictionary | ||
settings | object>.Dictionary | ||
transforms | OutputTransform>>.List |
Method | Description | |
---|---|---|
Application ( object>.TupleList |
||
Call ( |
||
Listen ( int port, string address = "" ) : void | ||
add_handlers ( string host_pattern, object>.TupleList |
Method | Description | |
---|---|---|
_get_host_handlers ( |
public Application ( object>.TupleList |
||
handlers_ | object>.TupleList | |
default_host_ | string | |
transforms_ | OutputTransform>.List | |
wsgi | bool | |
settings_ | object>.Dictionary | |
return | System |
public Call ( |
||
request | ||
return |
public Listen ( int port, string address = "" ) : void | ||
port | int | |
address | string | |
return | void |
public add_handlers ( string host_pattern, object>.TupleList |
||
host_pattern | string | |
host_handlers | object>.TupleList | |
return | void |