SignalingSession.SendMessage Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
SendMessage(MessageType, ContentType, []) | Synchronously sends a message. The session should be in the Connected state. This method is not recommended for a UI thread. | |
SendMessage(MessageType, ContentType, [], IEnumerable<SignalingHeader>) | Synchronously sends a message. The session should be in the Connected state. This method is not recommended for a UI thread. |
Top