1 write to binding
System.Web.Services (1)
System\Web\Services\Protocols\SoapReflector.cs (1)
302
soapMethod.
binding
= WebServiceBindingReflector.GetAttribute(methodInfo, methodAttribute.binding);
14 references to binding
System.Web.Services (14)
System\Web\Services\Protocols\SoapReflector.cs (10)
93
internal bool IsClaimsConformance { get { return
binding
!= null &&
binding
.ConformsTo == WsiProfiles.BasicProfile1_1; } }
322
if (soapMethod.
binding
!= null && soapMethod.
binding
.Namespace != null && soapMethod.
binding
.Namespace.Length != 0)
323
requestNamespace = soapMethod.
binding
.Namespace;
341
if (soapMethod.
binding
!= null && soapMethod.
binding
.Namespace != null && soapMethod.
binding
.Namespace.Length != 0)
342
responseNamespace = soapMethod.
binding
.Namespace;
System\Web\Services\Protocols\SoapServerMethod.cs (2)
211
this.wsiClaims = soapMethod.
binding
== null ? WsiProfiles.None : soapMethod.
binding
.ConformsTo;
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
142
serverMethod.wsiClaims = soapMethod.
binding
== null ? WsiProfiles.None : soapMethod.
binding
.ConformsTo;