Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void SendMessage(IEnumerable<string>)

Declaration

public void SendMessage(
    IEnumerable<string> fragmentedTextMessage
)

Summary

Sends to the client a text message that is provided as a sequence of chunks.

Parameters

IEnumerable<string>fragmentedTextMessage The text message to send.