The WebSocketHttpRequest type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | WebSocketHttpRequest | Initializes a new instance of the WebSocketHttpRequest class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
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