SendSettings Class

Definition

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
Inheritance
SendSettings

Constructors

SendSettings()

Initializes a new instance of the SendSettings class.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to