Share via


BitsFileInfo Structure

 

BITS file information.

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

Syntax

[SerializableAttribute]
public struct BitsFileInfo
[SerializableAttribute]
public value struct BitsFileInfo
<SerializableAttribute>
Public Structure BitsFileInfo

Constructors

Name Description
System_CAPS_pubmethod BitsFileInfo(Uri)

Initializes a new instance of the BitsFileInfo structure.

System_CAPS_pubmethod BitsFileInfo(Uri, String)

Initializes a new instance of the BitsFileInfo structure.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Fields

Name Description
System_CAPS_pubfield LocalName

Local file name.

System_CAPS_pubfield RemoteName

Remote file name.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework.Bits Namespace

Return to top