Table of Contents

Class TcpClientConfiguration

Namespace
Bonsai.Osc.Net
Assembly
Bonsai.Osc.dll

Provides settings for configuring an OSC communication client over TCP.

public class TcpClientConfiguration : TransportConfiguration
Inheritance
TcpClientConfiguration
Inherited Members

Properties

HostName

Gets or sets the DNS name of the remote host to which you intend to connect.

public string HostName { get; set; }

Property Value

string

NoDelay

Gets or sets a value that disables a delay when send or receive buffers are not full.

public bool NoDelay { get; set; }

Property Value

bool

Port

Gets or sets the port number of the remote host to which you intend to connect.

public int Port { get; set; }

Property Value

int