Click or drag to resize

IServerSendRaw Method

Sends raw data to the IServer.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
bool SendRaw(
	string data
)

Parameters

data
Type: SystemString
String

Return Value

Type: Boolean
True/False depending if the send was successful
See Also