SPExternalRequestHeaderInfo class

Represents the information sent to service applications in a SOAP message header.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.ServiceCallHeaderInfo
    Microsoft.SharePoint.SPExternalRequestHeaderInfo

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "ExternalRequest", Namespace := "https://schemas.microsoft.com/sharepoint/externalrequest")> _
Public Class SPExternalRequestHeaderInfo _
    Inherits ServiceCallHeaderInfo
'Usage
Dim instance As SPExternalRequestHeaderInfo
[DataContractAttribute(Name = "ExternalRequest", Namespace = "https://schemas.microsoft.com/sharepoint/externalrequest")]
public class SPExternalRequestHeaderInfo : ServiceCallHeaderInfo

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

SPExternalRequestHeaderInfo members

Microsoft.SharePoint namespace