Method | Description | |
---|---|---|
DccChatReceiveLineEvent ( |
||
DccChatRequestEvent ( |
||
DccChatSentLineEvent ( |
||
DccChatStartEvent ( |
||
DccChatStopEvent ( |
||
DccSendReceiveBlockEvent ( |
||
DccSendRequestEvent ( |
||
DccSendStartEvent ( |
||
DccSendStopEvent ( |
||
InitDccChat ( string user ) : void |
Init a DCC Chat Session
|
|
InitDccChat ( string user, bool passive ) : void |
Init a DCC Chat Session
|
|
InitDccChat ( string user, bool passive, Priority priority ) : void |
Init a DCC Chat Session
|
|
IrcFeatures ( ) : System | ||
SendFile ( string user, Stream file, string filename, long filesize ) : void |
Send any Stream, active initiator, fast RfC method
|
|
SendFile ( string user, Stream file, string filename, long filesize, DccSpeed speed, bool passive ) : void |
Send any Stream, full flexibility in Dcc Connection Negotiation
|
|
SendFile ( string user, Stream file, string filename, long filesize, DccSpeed speed, bool passive, Priority priority ) : void |
Send any Stream, full flexibility in Dcc Connection Negotiation
|
|
SendFile ( string user, string filepath ) : void |
Send a local File
|
|
SendFile ( string user, string filepath, bool passive ) : void |
Send a local File passivly
|
Method | Description | |
---|---|---|
CtcpClientInfoDelegate ( |
||
CtcpDccDelegate ( |
||
CtcpFingerDelegate ( |
||
CtcpPingDelegate ( |
||
CtcpRequestsHandler ( object sender, |
||
CtcpRfcPingDelegate ( |
This is the correct Rfc Ping Delegate, which is not used because all other clients do not use the PING According to RfC
|
|
CtcpSourceDelegate ( |
||
CtcpTimeDelegate ( |
||
CtcpUrlDelegate ( |
||
CtcpUserInfoDelegate ( |
||
CtcpVersionDelegate ( |
||
DccSendSentBlockEvent ( |
||
FilterMarker ( IEnumerable |
||
RemoveInvalidDccConnections ( ) : void |
cleanup all old invalide DCCs (late cleaning)
|
public DccChatReceiveLineEvent ( |
||
e | ||
return | void |
public DccChatRequestEvent ( |
||
e | ||
return | void |
public DccChatSentLineEvent ( |
||
e | ||
return | void |
public DccChatStartEvent ( |
||
e | ||
return | void |
public DccChatStopEvent ( |
||
e | ||
return | void |
public DccSendReceiveBlockEvent ( |
||
e | ||
return | void |
public DccSendRequestEvent ( |
||
e | ||
return | void |
public DccSendStartEvent ( |
||
e | ||
return | void |
public DccSendStopEvent ( |
||
e | ||
return | void |
public InitDccChat ( string user ) : void | ||
user | string | User to DCC |
return | void |
public InitDccChat ( string user, bool passive ) : void | ||
user | string | User to DCC |
passive | bool | Passive DCC |
return | void |
public InitDccChat ( string user, bool passive, Priority priority ) : void | ||
user | string | User to DCC |
passive | bool | Passive DCC |
priority | Priority | Non Dcc Message Priority for Negotiation |
return | void |
public SendFile ( string user, Stream file, string filename, long filesize ) : void | ||
user | string | Destination of the File (no channel) |
file | Stream | You can send any stream here |
filename | string | give a filename for the remote User |
filesize | long | give the length of the stream |
return | void |
public SendFile ( string user, Stream file, string filename, long filesize, DccSpeed speed, bool passive ) : void | ||
user | string | Destination of the File (no channel) |
file | Stream | You can send any stream here |
filename | string | give a filename for the remote User |
filesize | long | give the length of the stream |
speed | DccSpeed | What ACK Managment should be used |
passive | bool | Passive DCC |
return | void |
public SendFile ( string user, Stream file, string filename, long filesize, DccSpeed speed, bool passive, Priority priority ) : void | ||
user | string | Destination of the File (no channel) |
file | Stream | You can send any stream here |
filename | string | give a filename for the remote User |
filesize | long | give the length of the stream |
speed | DccSpeed | What ACK Managment should be used |
passive | bool | Passive DCC |
priority | Priority | Non Dcc Message Priority for Negotiation |
return | void |
public SendFile ( string user, string filepath ) : void | ||
user | string | Destination of the File (no channel) |
filepath | string | complete filepath, absolute or relative (carefull) |
return | void |
public SendFile ( string user, string filepath, bool passive ) : void | ||
user | string | Destination of the File (no channel) |
filepath | string | complete filepath, absolute or relative (carefull) |
passive | bool | Passive DCC |
return | void |