The WebSocket type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| ContentType |
Gets or sets the value of the "Content-Type" HTTP header.
| |
| HasReferer |
Gets a value that indicates whether the "Referer" HTTP header has been set for this Request.
| |
| HeaderKeys |
Gets a list of names of all the HTTP request headers set in this Request.
| |
| ID |
Gets the unique ID that has been assigned to this WebSocket.
| |
| Referer |
Gets or sets the value of the "Referer" HTTP header.
| |
| Url |
Gets or sets the Url that this WebSocket is targeting.
| |
| UserAgent |
Gets or sets the value of the "User-Agent" HTTP header.
| |
| VU |
Gets the VirtualUser instance that this WebSocket is associated with.
|
See Also