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