The OscServer type exposes the following members.

Properties

  NameDescription
ConsumeParsingExceptions
Gets or sets the handling of parsing exceptions.
FilterRegisteredMethods
Specifies if incoming OSC messages should be filtered against the registered methods.
IPAddress
Gets the local IP address the server is bound to.
IPEndPoint
Gets the local IP endpoint the server is bound to.
IsRunning
Gets the status of the server.
MulticastAddress
(Optional) Gets the multicast IP address the server is a member of.
Port
Gets the local port number the server is bound to.
RegisteredMethods
Gets all registered OSC methods (address patterns).
TransmissionType
Gets the transmission type being used by the server.
TransportType
Gets the selected transport type.

See Also