Class DataEventArgs
Inherited Members
Namespace: Titanium.Web.Proxy.EventArguments
Assembly: Titanium.Web.Proxy.dll
Syntax
public class DataEventArgs : EventArgs
Properties
Buffer
Declaration
public byte[] Buffer { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
Count
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Offset
Declaration
public int Offset { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |