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.UriURI to the remote file.
localFile
Type: System.StringThe local file.
See Also
BitsFileInfo Overload
BitsFileInfo Structure
Microsoft.ConfigurationManagement.Messaging.Framework.Bits Namespace
Return to top