ServerInfoHeader Class
Represents information about the report server.
Inheritance Hierarchy
System.Object
  System.Web.Services.Protocols.SoapHeader
    ReportExecution2005.ServerInfoHeader
Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ServerInfoHeader _
    Inherits SoapHeader
'Usage
Dim instance As ServerInfoHeader
[SerializableAttribute]
public class ServerInfoHeader : SoapHeader
[SerializableAttribute]
public ref class ServerInfoHeader : public SoapHeader
[<SerializableAttribute>]
type ServerInfoHeader =  
    class
        inherit SoapHeader
    end
public class ServerInfoHeader extends SoapHeader
The ServerInfoHeader type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ServerInfoHeader | Initializes a new instance of the ServerInfoHeader class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Actor | (Inherited from SoapHeader.) | 
| .gif) | AnyAttr | Gets or sets an array of SOAP attributes. | 
| .gif) | DidUnderstand | (Inherited from SoapHeader.) | 
| .gif) | EncodedMustUnderstand | (Inherited from SoapHeader.) | 
| .gif) | EncodedMustUnderstand12 | (Inherited from SoapHeader.) | 
| .gif) | EncodedRelay | (Inherited from SoapHeader.) | 
| .gif) | MustUnderstand | (Inherited from SoapHeader.) | 
| .gif) | Relay | (Inherited from SoapHeader.) | 
| .gif) | ReportServerDateTime | Returns the current date and time of the report server. Read-only. | 
| .gif) | ReportServerEdition | Gets the edition of the report server. The different editions of Reporting Services include Developer, Evaluation, Enterprise, and Standard editions. | 
| .gif) | ReportServerVersion | Gets the product version of the report server. | 
| .gif) | ReportServerVersionNumber | Gets the native DLL version of the report server. Read-only. | 
| .gif) | Role | (Inherited from SoapHeader.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
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.