ChunkAvailabilityReply SetSourceConnectionInfo Method NetworkComms.Net Help
Set the connectionInfo associated with the source of this ChunkAvailabilityReply

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void SetSourceConnectionInfo(
	ConnectionInfo info
)

Parameters

info
Type: NetworkCommsDotNet ConnectionInfo
The ConnectionInfo associated with the source of this ChunkAvailabilityReply
See Also