1 write to UrlParameters
System.Web.Services (1)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
315method.UrlParameters = ImportUrlParameters();
2 references to UrlParameters
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
128MimeParameterCollection parameters = method.MimeParameters != null ? method.MimeParameters : method.UrlParameters; 316if (method.UrlParameters == null) {