SendSettings 类
定义
表示发送一则消息的活动的设置。Represents the settings for an activity that sends a message.
public ref class SendSettings sealed
public sealed class SendSettings
type SendSettings = class
Public NotInheritable Class SendSettings
- 继承
-
SendSettings
构造函数
| SendSettings() |
初始化 SendSettings 类的新实例。Initializes a new instance of the SendSettings class. |
属性
| Endpoint |
获取或设置要将消息发送到的终结点。Gets or sets the endpoint to send messages to. |
| EndpointAddress |
获取或设置要将消息发送到的终结点的地址。Gets or sets the address of the endpoint to send messages to. |
| EndpointConfigurationName |
获取或设置终结点配置的名称。Gets or sets the name of the endpoint configuration. |
| IsOneWay |
获取或设置一个值,该值指示通信是否为单向。Gets or sets a value that indicates whether communication is one-way. |
| OwnerDisplayName |
获取或设置所有者的显示名称。Gets or sets the display name of the owner. |
| ProtectionLevel |
获取或设置一个值,该值指示消息的保护级别。Gets or sets a value that indicates the protection level for the message. |
| RequirePersistBeforeSend |
获取或设置一个值,该值指示工作流服务实例是否应在发送消息前保留。Gets or sets a value that indicates whether the workflow service instance should be persisted before sending the message. |
| TokenImpersonationLevel |
获取或设置一个值,该值指示消息接收方允许的令牌模拟级别。Gets or sets a value that indicates the token impersonation level allowed for the receiver of the message. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |