12 references to Binding
System.Web.Services (12)
System\Web\Services\Description\HttpGetProtocolReflector.cs (1)
26Binding.Extensions.Add(httpBinding);
System\Web\Services\Description\HttpPostProtocolReflector.cs (1)
33Binding.Extensions.Add(httpBinding);
System\Web\Services\Description\Soap12ProtocolReflector.cs (5)
42if (Binding != null) { 47if (soap11PortType != Binding.Type) 56if (PortType == null || Binding == null) return; // external binding; 58if (soap11PortType != null && soap11PortType != Binding.Type) { 71Binding.Type = soap11PortType;
System\Web\Services\Description\SoapProtocolReflector.cs (5)
64soapMethod.portType = Binding != null ? Binding.Type : null; 128ServiceDescriptionFormatExtension soapHeaderBinding = CreateSoapHeaderBinding(new XmlQualifiedName(message.Name, Binding.ServiceDescription.TargetNamespace), part.Name, rpc ? member.Namespace : null, use); 228if (Binding != null) { 234Binding.Extensions.Add(CreateSoapBinding(style));