5 references to MustChangeWorkingDirectoryToPath
System.Net.Requests (5)
System\Net\FtpControlStream.cs (2)
553if (request.MethodInfo.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath) && requestDirectory.Length > 0) 616else if (request.MethodInfo.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath))
System\Net\FtpWebRequest.cs (3)
118| FtpMethodFlags.MustChangeWorkingDirectoryToPath 125| FtpMethodFlags.MustChangeWorkingDirectoryToPath 137| FtpMethodFlags.MustChangeWorkingDirectoryToPath