Property | Type | Description | |
---|---|---|---|
original | HttpRequestEventArgs |
Method | 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 |
Method | Description | |
---|---|---|
ForceSend ( ) : void |
public AddHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public WebsocketRequestContext ( HttpRequestEventArgs original ) : System | ||
original | HttpRequestEventArgs | |
return | System |