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