7 references to GetPathOption
System.Net.Requests (7)
System\Net\FtpControlStream.cs (7)
552
GetPathOption
getPathOption =
GetPathOption
.Normal;
556
getPathOption =
GetPathOption
.AssumeNoFilename;
560
getPathOption =
GetPathOption
.AssumeFilename;
774
private static void GetPathInfo(
GetPathOption
pathOption,
783
if (pathOption ==
GetPathOption
.AssumeFilename &&
792
if (pathOption ==
GetPathOption
.AssumeNoFilename)