ServerInfoHeader Class

Represents information about the report server.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.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

Inheritance Hierarchy

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

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.