4 references to IsSoapAsmxPort
System.Web.Extensions (4)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (4)
68
if (
IsSoapAsmxPort
(typeof(SoapAddressBinding), service.Ports[0]) &&
IsSoapAsmxPort
(typeof(Soap12AddressBinding), service.Ports[1]))
72
else if (
IsSoapAsmxPort
(typeof(SoapAddressBinding), service.Ports[1]) &&
IsSoapAsmxPort
(typeof(Soap12AddressBinding), service.Ports[0]))