The OscServer type exposes the following members.

Constructors

  NameDescription
OscServerOverloaded.

Methods

  NameDescription
ClearMethods
Unregister all OSC methods.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsIPEndPointAvailableOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RegisterMethod
Register an OSC method.
Start
Start listening for incoming OSC packets.
Stop
Stop listening for Osc packets.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UnRegisterMethod
Unregister an OSC method.

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.

Events

  NameDescription
BundleReceived
Raised when an OscBundle is received.
MessageReceived
Raised when an OscMessage is received.
PacketReceived
Raised when an OscPacket is received.

See Also