WebSocketHttpRequest Item Property WebDriver
Gets or sets the value associated with the specified header.

Namespace: OpenQA.Selenium.Safari.Internal
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string this[
	string name
] { get; }

Return Value

The value of the header, if it exists. If it does not exist, returns an empty string.
See Also