Click or drag to resize
TcpNetworkServer Class
Represents a TCP server.
Inheritance Hierarchy
SystemObject
  StreamCoders.NetworkTcpNetworkServer

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class TcpNetworkServer

The TcpNetworkServer type exposes the following members.

Constructors
  NameDescription
Public methodTcpNetworkServer
Constructor.
Top
Methods
  NameDescription
Public methodClose
Closes the underlying listening socket.
Public methodStartListening
Starts a listening.
Top
Events
  NameDescription
Public eventOnAccept
Completion event for new incoming connections.
Top
Fields
  NameDescription
Public fieldAddressFamily
The address family of the underlying socket. (Default is InterNetwork)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also