Метод | Описание | |
---|---|---|
CancelRead ( Task taskToCancell ) : void | ||
Close ( ) : void | ||
Presentation ( string hostname, int port ) : System | ||
ReceiveReply ( ) : ReplyPacket | ||
SendCommand ( |
||
SendInterrupt ( ) : ReplyPacket | ||
SendNack ( ) : void |
Метод | Описание | |
---|---|---|
NextReply ( ) : ReplyPacket | ||
ResetCancellationToken ( ) : void | ||
SendData ( byte data ) : void |
public CancelRead ( Task taskToCancell ) : void | ||
taskToCancell | Task | |
Результат | void |
public Presentation ( string hostname, int port ) : System | ||
hostname | string | |
port | int | |
Результат | System |
public SendCommand ( |
||
command | ||
Результат | void |