SendSettings Class

.NET Framework (current version)
 

Represents the settings for an activity that sends a message.

Namespace:   System.ServiceModel.Activities
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

System::Object
  System.ServiceModel.Activities::SendSettings

public ref class SendSettings sealed 

NameDescription
System_CAPS_pubmethodSendSettings()

Initializes a new instance of the SendSettings class.

NameDescription
System_CAPS_pubpropertyEndpoint

Gets or sets the endpoint to send messages to.

System_CAPS_pubpropertyEndpointAddress

Gets or sets the address of the endpoint to send messages to.

System_CAPS_pubpropertyEndpointConfigurationName

Gets or sets the name of the endpoint configuration.

System_CAPS_pubpropertyIsOneWay

Gets or sets a value that indicates whether communication is one-way.

System_CAPS_pubpropertyOwnerDisplayName

Gets or sets the display name of the owner.

System_CAPS_pubpropertyProtectionLevel

Gets or sets a value that indicates the protection level for the message.

System_CAPS_pubpropertyRequirePersistBeforeSend

Gets or sets a value that indicates whether the workflow service instance should be persisted before sending the message.

System_CAPS_pubpropertyTokenImpersonationLevel

Gets or sets a value that indicates the token impersonation level allowed for the receiver of the message.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
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.

Return to top
Show: