5 references to MustChangeWorkingDirectoryToPath
System (5)
net\System\Net\_FtpControlStream.cs (2)
558if (request.MethodInfo.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath) && requestDirectory.Length > 0) 641else if (request.MethodInfo.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath))
net\System\Net\FtpWebRequest.cs (3)
122| FtpMethodFlags.MustChangeWorkingDirectoryToPath 129| FtpMethodFlags.MustChangeWorkingDirectoryToPath 141| FtpMethodFlags.MustChangeWorkingDirectoryToPath