*** id: 1ef7b32a-dc17-49fd-979a-5b7211c9eff3 title: SignalWire.Relay.Messaging.SendSource slug: /dotnet/reference/messaging/send-source max-toc-depth: 3 ---------------- [index]: /docs/server-sdk/v2/dotnet/reference/messaging#send This object is used as an argument to [Send][index]. ### Constructors ## From Body | Parameter | Type | Description | | --------- | ------ | ------------------------ | | `body` | string | The body of the message. | ## From Media | Parameter | Type | Description | | --------- | ------------- | -------------------------------------- | | `media` | List\ | A list of URLs to use for the message. | ## From Body/Media | Parameter | Type | Description | | --------- | ------------- | -------------------------------------- | | `body` | string | The body of the message. | | `media` | List\ | A list of URLs to use for the message. | ## Properties | Property | Type | Description | | -------- | ------------- | -------------------------------------- | | `Body` | string | The body of the message. | | `Media` | List\ | A list of URLs to use for the message. |