|
|
@ -30,7 +30,7 @@ namespace PComm |
|
|
|
|
|
|
|
|
|
|
|
public bool Connected { get { return socket.Connected; } } |
|
|
|
public bool Connected { get { return socket.Connected; } } |
|
|
|
|
|
|
|
|
|
|
|
public bool DataCompression { get; set; } = true; |
|
|
|
public bool DataCompression { get; set; } = false; |
|
|
|
|
|
|
|
|
|
|
|
private Socket socket; |
|
|
|
private Socket socket; |
|
|
|
|
|
|
|
|
|
|
|