SharpCifs.Smb.SmbComOpenAndXResponse.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
		public override string ToString()
		{
			return "SmbComOpenAndXResponse[" + base.ToString() + ",fid=" + Fid + ",fileAttributes="
				 + FileAttributes + ",lastWriteTime=" + LastWriteTime + ",dataSize=" + DataSize 
				+ ",grantedAccess=" + GrantedAccess + ",fileType=" + FileType + ",deviceState=" 
				+ DeviceState + ",action=" + Action + ",serverFid=" + ServerFid + "]";
		}
	}