You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am working an a project that with following requirements
Has to use TCP/IP to send and receive messages
The messages are in form of byte[], byte[] is sent and byte[] is received as response
I must have method like GetDataAsync() which will use your Async TcpClient to write asynchronously the message (send it to a server at an IP/Port) AND will then read response from that server
Once entire response is received, the response will then be converted into a string
The string will be parsed and used to create a List models which is then displayed in a ListView
This is to be done using .NETStandard 2.0 Xamarin Forms application.
Based on above, is this library helpful in such situation?
Much appreciated,
The text was updated successfully, but these errors were encountered:
Hi,
I am working an a project that with following requirements
Based on above, is this library helpful in such situation?
Much appreciated,
The text was updated successfully, but these errors were encountered: