Свойство | Тип | Описание | |
---|---|---|---|
Receiving | bool |
Метод | Описание | |
---|---|---|
Client ( |
||
Disconnect ( ) : void | ||
Dispose ( ) : void | ||
Receive ( byte data, int offset, int count ) : int | ||
ReceiveAsync ( int buffersize = -1 ) : void | ||
Send ( byte buff ) : bool | ||
Send ( byte buff, int offset, int count ) : bool | ||
SendAsync ( byte buff, int offset, int count ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
DataReceived ( IAsyncResult res ) : void | ||
DataSent ( IAsyncResult res ) : void |
public Client ( |
||
sock | ||
PacketSize | int | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Receive ( byte data, int offset, int count ) : int | ||
data | byte | |
offset | int | |
count | int | |
Результат | int |
public ReceiveAsync ( int buffersize = -1 ) : void | ||
buffersize | int | |
Результат | void |
public Send ( byte buff, int offset, int count ) : bool | ||
buff | byte | |
offset | int | |
count | int | |
Результат | bool |
public SendAsync ( byte buff, int offset, int count ) : void | ||
buff | byte | |
offset | int | |
count | int | |
Результат | void |