2 writes to binding
System.Web.Services (2)
System\Web\Services\Protocols\SoapReflector.cs (2)
266
methodAttribute.
binding
= attr.Binding;
280
methodAttribute.
binding
= attr.Binding;
2 references to binding
System.Web.Services (2)
System\Web\Services\Protocols\SoapReflector.cs (2)
300
if (methodAttribute.
binding
.Length > 0) {
302
soapMethod.binding = WebServiceBindingReflector.GetAttribute(methodInfo, methodAttribute.
binding
);