Click or drag to resize

RawDataArgs Class

RawDataArgs
Inheritance Hierarchy

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public class RawDataArgs : EventArgs

The RawDataArgs type exposes the following members.

Constructors
  NameDescription
Public methodRawDataArgs
RawDataArgs
Top
Properties
  NameDescription
Public propertyBytes
The raw bytes of this event.
Public propertyServer
The IServer of this event.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also