Class SafariCommandMessage
Creates a WebSockets command message according to the SafariDriver specification.
public class SafariCommandMessage
- Inheritance
-
SafariCommandMessage
- Inherited Members
Constructors
SafariCommandMessage(SafariCommand)
Initializes a new instance of the SafariCommandMessage class.
public SafariCommandMessage(SafariCommand command)
Parameters
command
SafariCommandThe SafariCommand to wrap.
Properties
Command
Gets the wrapped command for transport.
public SafariCommand Command { get; }
Property Value
MessageOrigin
Gets the origin of the WebSocket message.
public string MessageOrigin { get; }
Property Value
MessageType
Gets the type of the WebSocket message.
public string MessageType { get; }