Share via


BitsFileInfo Constructor (Uri, String)

 

Initializes a new instance of the BitsFileInfo structure.

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

Syntax

public BitsFileInfo(
    Uri remoteFile,
    string localFile
)
public:
BitsFileInfo(
    Uri^ remoteFile,
    String^ localFile
)
Public Sub New (
    remoteFile As Uri,
    localFile As String
)

Parameters

  • remoteFile
    Type: System.Uri

    URI to the remote file.

See Also

BitsFileInfo Overload
BitsFileInfo Structure
Microsoft.ConfigurationManagement.Messaging.Framework.Bits Namespace

Return to top