HttpSendItemType Enumeration

An enumeration that indicates whether the type of a particular HttpSendItem is a header or a parameter.

Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)

Usage

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration HttpSendItemType
[SerializableAttribute] 
public enum HttpSendItemType
[SerializableAttribute] 
public enum class HttpSendItemType
/** @attribute SerializableAttribute() */ 
public enum HttpSendItemType
SerializableAttribute 
public enum HttpSendItemType

Members

Member name Description
Header  
Parameter  

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Workflow.Activities Namespace