Click or drag to resize

IServerSendRaw Method

Sends raw data to the IServer

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
bool SendRaw(
	string Data
)

Parameters

Data
Type: SystemString
String

Return Value

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