Exemplo n.º 1
0
 public void Reset()
 {
     networkCredential = null;
     endPoint          = new MqttEndPoint();
     Disconnect();
 }
Exemplo n.º 2
0
 public void Reset()
 {
     this.networkCredential = null;
     this.endPoint = new MqttEndPoint();
     Disconnect();
 }