Create(content, contentType, status, headers) Create(content, contentType, status, headers) Create(content, contentType, status, headers) Create(content, contentType, status, headers, buffered) Css(content, status, headers) Css(content, status, headers) Css(content, status, headers) Css(content, status, headers, buffered) File(filePath, contentType, maxAge, ifModifiedSince) Html(content, status, headers) Html(content, status, headers) Html(content, status, headers) Html(content, status, headers, buffered) Html(content, status, headers, buffered) Json(content, status, headers) PlainText(content, status, headers, buffered)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Operator: implicit operator HttpResponse(WebSocket)Declarationpublic static implicit operator HttpResponse(
WebSocket websocket
)Summary
Provides an implicit conversion from WebSocket to HttpResponse by
assuming no subprotocol and no extra HTTP response headers. Parameters| WebSocket | websocket |
The WebSocket implementation to use for the remainder of the connection. |
Returns
An HttpResponseWebSocket object. |