[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

BITS HTTP job options

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[

GuidAttribute("f1bd1079-9f01-4bdc-8036-f09b70095066")]
[
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)]
public 
interface 
IBackgroundCopyJobHttpOptions
<

GuidAttribute("f1bd1079-9f01-4bdc-8036-f09b70095066")> _
<
InterfaceTypeAttribute(
ComInterfaceType.InterfaceIsIUnknown)> _
Public 
Interface 
IBackgroundCopyJobHttpOptions
[

GuidAttribute(L"f1bd1079-9f01-4bdc-8036-f09b70095066")]
[
InterfaceTypeAttribute(
ComInterfaceType::InterfaceIsIUnknown)]
public 
interface class 
IBackgroundCopyJobHttpOptions

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
GetClientCertificate(BitsCertStoreLocation, String, array< Byte > [] () [] [] , String)
Gets job client certificate
GetCustomHeaders(String)
Gets custom headers for job
GetSecurityFlags(UInt64)
Gets job security flags
RemoveClientCertificate () () () ()
Removes client certificate from job
SetClientCertificateByID(BitsCertStoreLocation, String, Byte % )
Sets client certificate by hash
SetClientCertificateByName(BitsCertStoreLocation, String, String)
Sets client certificate by certificate subject name
SetCustomHeaders(String)
Sets custom headers for job
SetSecurityFlags(UInt64)
Sets job security flags

See Also