TcpConnection MembersBespoke Osc Library

The TcpConnection type exposes the following members.
Constructors

  NameDescription
Public methodTcpConnection
Initializes a new instance of the TcpConnection class.
Back to Top
Methods

  NameDescription
Public methodClose
Closes the current connection and associated helpers.
Public methodDispose
Release the resources associated with this object.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodReceiveDataAsynchronously
Initiates the asynchronous system to receive framed messages.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyClient
Gets the associated socket.
Public propertyLittleEndianByteOrder
Gets or sets the expected endianness of integral value types.
Public propertyReader
Gets the associated reader.
Public propertyWriter
Gets the associated writer.
Back to Top
Events

  NameDescription
Public eventDataReceived
Raised when data is received.
Public eventDisconnected
Raised when a connection is disconnected.
Back to Top
See Also