A Sandcastle Documented Class Library
RawBytesSentArgs Constructor |
Constructor for arguments class passed to the RawBytesSent event
Namespace: AdiIRCAPIv2.Arguments.Connection
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public RawBytesSentArgs( IServer server, byte[] bytes )
Public Sub New ( server As IServer, bytes As Byte() )
public: RawBytesSentArgs( IServer^ server, array<unsigned char>^ bytes )
new : server : IServer * bytes : byte[] -> RawBytesSentArgs
Parameters
- server
- Type: AdiIRCAPIv2.InterfacesIServer
IServer - bytes
- Type: SystemByte
byte[]
See Also