DFS PropertiesNetworkComms.Net Help
The DFS type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberDFSInitialised
True if the DFS has been initialised
Public propertyStatic memberElapsedExecutionSeconds
The number of seconds since the initialisation of the DFS. Used as an internal timer, rather than DateTime.Now, to ensure builds do not time out when a suspended process is restarted.
Public propertyStatic memberIsLinked
True if this DFS is linked with another peer
Public propertyStatic memberLinkMode
The link mode being used
Public propertyStatic memberLogger
Access the networkComms logger externally. Allows logging from external sources
Public propertyStatic memberMaxTargetLocalPort
The maximum port number that will be used when initialising the DFS
Public propertyStatic memberMinTargetLocalPort
The minimum port number that will be used when initialising the DFS
Public propertyStatic memberTotalNumRequestedChunks
The total number of chunks requests by the local DFS
Public propertyStatic memberTotalNumReturnedChunkRequests
The total number of completed chunk requests across all DFS items
Public propertyStatic memberValidateEachChunkMD5
If true ensures all DFS items include chunk MD5 list. Also on build clients will validate the chunk MD5
Back to Top
See Also