Table of Contents

Class BinaryMessageHandledEventArgs

Namespace
OpenQA.Selenium.Safari.Internal
Assembly
WebDriver.dll

Provides arguments for handling the event for receiving a binary message.

public class BinaryMessageHandledEventArgs : EventArgs
Inheritance
BinaryMessageHandledEventArgs
Inherited Members

Constructors

BinaryMessageHandledEventArgs(byte[])

Initializes a new instance of the BinaryMessageHandledEventArgs class.

public BinaryMessageHandledEventArgs(byte[] data)

Parameters

data byte[]

The binary data in the message.

Properties

Data

Gets the binary data of the message.

public byte[] Data { get; }

Property Value

byte[]