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
)
Function SendRaw (
Data As String
) As Boolean
bool SendRaw(
String^ Data
)
abstract SendRaw :
Data : string -> bool
Parameters
- Data
- Type: SystemString
String
Return Value
Type:
BooleanTrue/False depending if the send was successful
See Also