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