Unity Networking Fundamentals by Sloan Kelly & Khagendra Kumar

Unity Networking Fundamentals by Sloan Kelly & Khagendra Kumar

Author:Sloan Kelly & Khagendra Kumar
Language: eng
Format: epub
ISBN: 9781484273586
Publisher: Apress


The TcpClient class connects to a remote server and is used on the server to refer to a remote connection from another machine. The TcpClient class exposes a NetworkStream that is used to read and write data.

While it is certainly possible to use synchronous methods with TcpClient, this book will be avoiding them in favor of the asynchronous versions.

The TcpClient wraps the Socket class and contains an internal buffer. Because you’re using the asynchronous methods, this buffer is returned when the read operation is completed.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.