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