ServerInfoHeader Class

Represents information about the report server.

Inheritance Hierarchy

System.Object
  System.Web.Services.Protocols.SoapHeader
    ReportService2010.ServerInfoHeader

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.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
Public method ServerInfoHeader Initializes a new instance of the ServerInfoHeader class.

Top

Properties

  Name Description
Public property Actor (Inherited from SoapHeader.)
Public property AnyAttr Gets or sets an array of SOAP attributes.
Public property DidUnderstand (Inherited from SoapHeader.)
Public property EncodedMustUnderstand (Inherited from SoapHeader.)
Public property EncodedMustUnderstand12 (Inherited from SoapHeader.)
Public property EncodedRelay (Inherited from SoapHeader.)
Public property MustUnderstand (Inherited from SoapHeader.)
Public property Relay (Inherited from SoapHeader.)
Public property ReportServerDateTime Gets the date and time on the report server.
Public property ReportServerEdition Gets the edition of the report server.
Public property ReportServerTimeZoneInfo Gets the time zone information for the report server.
Public property ReportServerVersion Gets the version of the report server.
Public property ReportServerVersionNumber Gets the version number of the report server.
Public property Role (Inherited from SoapHeader.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

ReportService2010 Namespace