Added TcpClient to JSONTcpClient

master
Harald Wolff 2017-12-09 14:30:42 +01:00
parent ddef1ef16e
commit 99dcf17086
1 changed files with 6 additions and 0 deletions

View File

@ -47,5 +47,11 @@ namespace sharp.json.network
public void Close(){
this.client.Close();
}
public TcpClient TcpClient
{
get { return this.client; }
}
}
}