HttpGet Class

 

Represents an activity for sending an HTTP GET 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.HttpGet

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod HttpGet()

Initializes a new instance of the HttpGet class.

Properties

Name Description
System_CAPS_pubproperty ApplyDefaultRetryCodes

Gets or sets whether to apply the 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 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 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