SendSettings Class
Represents the settings for an activity that sends a message.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | SendSettings() | Initializes a new instance of the SendSettings class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

