Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async Tcp Client with Xamarin Forms .NET Standard 2? #5

Open
dinobu opened this issue Mar 2, 2019 · 0 comments
Open

Async Tcp Client with Xamarin Forms .NET Standard 2? #5

dinobu opened this issue Mar 2, 2019 · 0 comments

Comments

@dinobu
Copy link

dinobu commented Mar 2, 2019

Hi,
I am working an a project that with following requirements

  1. Has to use TCP/IP to send and receive messages
  2. The messages are in form of byte[], byte[] is sent and byte[] is received as response
  3. 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
  4. Once entire response is received, the response will then be converted into a string
  5. The string will be parsed and used to create a List models which is then displayed in a ListView
  6. This is to be done using .NETStandard 2.0 Xamarin Forms application.

Based on above, is this library helpful in such situation?

Much appreciated,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant