ExecutionHeader Class
Represents state information for sessions in the report server.
Inheritance Hierarchy
System.Object
System.Web.Services.Protocols.SoapHeader
ReportExecution2005.ExecutionHeader
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ExecutionHeader _
Inherits SoapHeader
'Usage
Dim instance As ExecutionHeader
[SerializableAttribute]
public class ExecutionHeader : SoapHeader
[SerializableAttribute]
public ref class ExecutionHeader : public SoapHeader
[<SerializableAttribute>]
type ExecutionHeader =
class
inherit SoapHeader
end
public class ExecutionHeader extends SoapHeader
The ExecutionHeader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExecutionHeader | Initializes a new instance of the ExecutionHeader class. |
Top
Properties
Name | Description | |
---|---|---|
Actor | (Inherited from SoapHeader.) | |
AnyAttr | ||
DidUnderstand | (Inherited from SoapHeader.) | |
EncodedMustUnderstand | (Inherited from SoapHeader.) | |
EncodedMustUnderstand12 | (Inherited from SoapHeader.) | |
EncodedRelay | (Inherited from SoapHeader.) | |
ExecutionID | Gets or sets a unique ID that is used to identify the session. Read-only. | |
MustUnderstand | (Inherited from SoapHeader.) | |
Relay | (Inherited from SoapHeader.) | |
Role | (Inherited from SoapHeader.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
The ExecutionHeader class is passed in the ExecutionHeaderValue property in the SOAP header.
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.