WebSocketHttpRequest PropertiesWebDriver
The WebSocketHttpRequest type exposes the following members.
Properties

  NameDescription
Public propertyBody
Gets or sets the body of the request
Public propertyHeaders
Gets the headers for the request.
Public propertyItem
Gets or sets the value associated with the specified header.
Public propertyMethod
Gets or sets the HTTP method of the request.
Public propertyPath
Gets or sets the path of the request.
Public propertyPayload
Gets or sets the WebSocket payload of the request.
Public propertyScheme
Gets or sets the scheme of the request.
Back to Top
See Also