Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents information about the report server.
Inheritance Hierarchy
System.Object
System.Web.Services.Protocols.SoapHeader
ReportService2005.ServerInfoHeader
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Class ServerInfoHeader _
Inherits SoapHeader
'Usage
Dim instance As ServerInfoHeader
public class ServerInfoHeader : SoapHeader
public ref class ServerInfoHeader : public SoapHeader
type ServerInfoHeader =
class
inherit SoapHeader
end
public class ServerInfoHeader extends SoapHeader
The ServerInfoHeader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ServerInfoHeader | Initializes a new instance of the ServerInfoHeader class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Actor | (Inherited from SoapHeader.) |
![]() |
AnyAttr | Gets or sets an array of XML SOAP attributes. |
![]() |
DidUnderstand | (Inherited from SoapHeader.) |
![]() |
EncodedMustUnderstand | (Inherited from SoapHeader.) |
![]() |
EncodedMustUnderstand12 | (Inherited from SoapHeader.) |
![]() |
EncodedRelay | (Inherited from SoapHeader.) |
![]() |
MustUnderstand | (Inherited from SoapHeader.) |
![]() |
Relay | (Inherited from SoapHeader.) |
![]() |
ReportServerDateTime | Gets the date and time for the report server. |
![]() |
ReportServerEdition | The edition of the report server. Read-only. |
![]() |
ReportServerVersion | The version of the report server. Read-only. |
![]() |
ReportServerVersionNumber | The version of the report server. Read-only. |
![]() |
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
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.