SharpCifs.Smb.DfsReferral.DfsReferral C# (CSharp) Method

DfsReferral() public method

public DfsReferral ( ) : System.Collections.Generic
return System.Collections.Generic
		public DfsReferral()
		{
			// Server
			// Share
			// Path relative to tree from which this referral was thrown
			Next = this;
		}