Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Connect ( ) : void | ||
Flush ( ) : void | ||
LeClient ( bool useHttpPut, bool useSsl, bool useDataHub, String serverAddr, int port ) : System | ||
SetSocketKeepAliveValues ( |
||
Write ( byte buffer, int offset, int count ) : void |
public LeClient ( bool useHttpPut, bool useSsl, bool useDataHub, String serverAddr, int port ) : System | ||
useHttpPut | bool | |
useSsl | bool | |
useDataHub | bool | |
serverAddr | String | |
port | int | |
Результат | System |
public SetSocketKeepAliveValues ( |
||
tcpc | ||
KeepAliveTime | int | |
KeepAliveInterval | int | |
Результат | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | void |