SendMessageOptions Class

Definition

Represents options for customizing message send behavior.

public ref class SendMessageOptions
public class SendMessageOptions
type SendMessageOptions = class
Public Class SendMessageOptions
Inheritance
SendMessageOptions

Constructors

SendMessageOptions()

Creates a new instance of the object.

Properties

ConnectionContext

Gets or sets the connection context to use for this session.

ContentDescription

Gets or sets the content of the message.

Headers

Gets the list of custom signaling headers to be included in the message.

LocalIdentityDisplayName

Gets the value of display name for local identity, if overridden by the application.

LocalIdentityUri

Gets the local identity URI, if overridden by the application.

Methods

SetLocalIdentity(String, String)

Sets the value of local identitiy URI for the message to be used in the From header.

Applies to