-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels