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