SendMessageOptions Members
Include Protected Members
Include Inherited Members
Represents options for customizing message send behavior.
The SendMessageOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SendMessageOptions | Creates a new instance of the object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
SetLocalIdentity | Sets the value of local identitiy URI for the message to be used in the From header. |
![]() |
ToString | (inherited from Object) |
Top