The WebSocketHttpRequest type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | Body |
Gets or sets the body of the request
|
![]() | Headers |
Gets the headers for the request.
|
![]() | Item |
Gets or sets the value associated with the specified header.
|
![]() | Method |
Gets or sets the HTTP method of the request.
|
![]() | Path |
Gets or sets the path of the request.
|
![]() | Payload |
Gets or sets the WebSocket payload of the request.
|
![]() | Scheme |
Gets or sets the scheme of the request.
|
See Also