Свойство | Type | Description | |
---|---|---|---|
m_httpMethod | string | ||
m_path | string |
Méthode | Description | |
---|---|---|
GetBodyAsString ( Stream request ) : string | ||
Handle ( string path, Stream request, |
Méthode | Description | |
---|---|---|
BaseRequestHandler ( string httpMethod, string path ) : System | ||
CheckParam ( string path ) : bool | ||
GetParam ( string path ) : string | ||
SplitParams ( string path ) : string[] |
protected BaseRequestHandler ( string httpMethod, string path ) : System | ||
httpMethod | string | |
path | string | |
Résultat | System |
protected CheckParam ( string path ) : bool | ||
path | string | |
Résultat | bool |
public GetBodyAsString ( Stream request ) : string | ||
request | Stream | |
Résultat | string |
protected GetParam ( string path ) : string | ||
path | string | |
Résultat | string |
public abstract Handle ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
Résultat | byte[] |
protected SplitParams ( string path ) : string[] | ||
path | string | |
Résultat | string[] |