Share via


ConfigMgrPolicyBodyDownloadRequest.SetCustomHeader Method (MessageSettings, SmsClientId, MessageCertificateX509)

 

Sets the custom header details for the policy body download request.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

protected virtual void SetCustomHeader(
    MessageSettings settings,
    SmsClientId clientId,
    MessageCertificateX509 certificate
)
protected:
virtual void SetCustomHeader(
    MessageSettings^ settings,
    SmsClientId^ clientId,
    MessageCertificateX509^ certificate
)
Protected Overridable Sub SetCustomHeader (
    settings As MessageSettings,
    clientId As SmsClientId,
    certificate As MessageCertificateX509
)

Parameters

See Also

ConfigMgrPolicyBodyDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top