Свойство | Type | Description | |
---|---|---|---|
original | HttpRequestEventArgs |
Méthode | Description | |
---|---|---|
AddHeader ( string name, string value ) : void | ||
Redirect ( string uri ) : void | ||
SetContentType ( string type ) : void | ||
SetStatusCode ( int code ) : void | ||
WebsocketRequestContext ( HttpRequestEventArgs original ) : System | ||
WriteAsync ( string data ) : Task | ||
WriteAsync ( Array data ) : void |
Méthode | Description | |
---|---|---|
ForceSend ( ) : void |
public AddHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |
public SetContentType ( string type ) : void | ||
type | string | |
Résultat | void |
public WebsocketRequestContext ( HttpRequestEventArgs original ) : System | ||
original | HttpRequestEventArgs | |
Résultat | System |