Click or drag to resize
MooshTcp Class
Helper methods to easily use TCP/IP.
Inheritance Hierarchy
SystemObject
  MooshMooshTcp

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class Tcp

The MooshTcp type exposes the following members.

Methods
  NameDescription
Public methodStatic memberServer
Asynchronously listens for, and handles, incoming TCP connections.
Public methodStatic memberServerSync
Synchronously listens for, and handles, incoming TCP connections.
Top
See Also