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