Class CreateTcpServer
Represents an operator that creates an OSC communication server over TCP.
public class CreateTcpServer : CreateTransport, INamedElement
  - Inheritance
 - 
      
      
      
      CreateTcpServer
 
- Implements
 
- Inherited Members
 
Constructors
- CreateTcpServer()
 Initializes a new instance of the CreateTcpServer class.
Properties
- AllowNatTraversal
 Gets or sets a value that enables or disables Network Address Translation (NAT) traversal on the TCP server.
- NoDelay
 Gets or sets a value that disables a delay when send or receive buffers are not full.
- Port
 Gets or sets the port on which to listen for incoming connection attempts.