BitsFileInfo Constructor (Uri)
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
)
public:
BitsFileInfo(
Uri^ remoteFile
)
Public Sub New (
remoteFile As Uri
)
Parameters
remoteFile
Type: System.UriURI to the remote file.
See Also
BitsFileInfo Overload
BitsFileInfo Structure
Microsoft.ConfigurationManagement.Messaging.Framework.Bits Namespace
Return to top