HttpPut Class

 

Represents an activity for sending an HTTP PUT request and receiving the HTTP response.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    Microsoft.Activities.Messaging.HttpPut

Syntax

public sealed class HttpPut : Activity
public ref class HttpPut sealed : Activity
[<Sealed>]
type HttpPut = 
    class
        inherit Activity
    end
Public NotInheritable Class HttpPut
    Inherits Activity

Constructors

Name Description
System_CAPS_pubmethod HttpPut()

Initializes a new instance of the HttpPut class.

Properties

Name Description
System_CAPS_pubproperty ApplyDefaultRetryCodes

Gets or sets a value that indicates whether to apply default retry codes.

System_CAPS_protproperty CacheId

(Inherited from Activity.)

System_CAPS_pubproperty DisplayName

(Inherited from Activity.)

System_CAPS_pubproperty Id

(Inherited from Activity.)

System_CAPS_protproperty ImplementationVersion

(Inherited from Activity.)

System_CAPS_pubproperty RequestContent

Gets or sets the content of the request message.

System_CAPS_pubproperty RequestHeaders

Gets or sets the headers of the request message.

System_CAPS_pubproperty ResponseContent

Gets or sets the content of the response message.

System_CAPS_pubproperty ResponseHeaders

Gets or sets the headers of the response message.

System_CAPS_pubproperty ResponseStatusCode

Gets or sets the status code of the response message.

System_CAPS_pubproperty RetryOnConnectionFailure

Gets or sets whether to retry on connection failures.

System_CAPS_pubproperty RetryStatusCodes

Gets or sets the retry status codes.

System_CAPS_pubproperty SecurityToken

Gets or sets the security token.

System_CAPS_pubproperty Uri

Gets or sets the target Uri.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Activity.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Activities.Messaging Namespace

Return to top