Base:
property
Method
System.Net.WebRequest.Method
3 references to Method
System.Net.Requests (3)
System\Net\FtpControlStream.cs (3)
645
commandList.Add(new PipelineEntry(FormatFtpCommand(request.
Method
, string.Empty), flags));
649
commandList.Add(new PipelineEntry(FormatFtpCommand(request.
Method
, requestFilename), flags));
653
commandList.Add(new PipelineEntry(FormatFtpCommand(request.
Method
, requestPath), flags));