Overload List

  Name Description
SendMessage(MessageType, RealTimeAddress, ContentType, array< Byte > [] () [] )
Synchronously sends a message. The endpoint should be in the Connected state. This method is not recommended for a UI thread.
(Inherited from RealTimeEndpoint.)
SendMessage(MessageType, RealTimeAddress, ContentType, array< Byte > [] () [] , IEnumerable < (Of < ( SignalingHeader > ) > ) )
Synchronously sends a message. The session should be in connected state. This method is not recommended for a UI thread.
(Inherited from RealTimeEndpoint.)

See Also