Base:
property
Extensions
System.Web.Services.Description.DocumentableItem.Extensions
18 references to Extensions
System.ServiceModel (7)
System\ServiceModel\Description\SoapHelper.cs (3)
127
SoapConverter.ConvertExtensions(endpointContext.WsdlPort.
Extensions
, version, SoapConverter.ConvertSoapAddressBinding);
466
wsdlPort.
Extensions
.Add(soapAddressBinding);
564
foreach (object o in wsdlPort.
Extensions
)
System\ServiceModel\Description\WsdlExporter.cs (1)
630
wsdlPort.
Extensions
.Add(endpointRef);
System\ServiceModel\Description\WsdlImporter.cs (3)
1082
XmlElement addressing10Element = wsdlPort.
Extensions
.Find(AddressingStrings.EndpointReference, Addressing10Strings.Namespace);
1083
XmlElement addressing200408Element = wsdlPort.
Extensions
.Find(AddressingStrings.EndpointReference, Addressing200408Strings.Namespace);
1084
WsdlNS.SoapAddressBinding soapAddressBinding = (WsdlNS.SoapAddressBinding)wsdlPort.
Extensions
.Find(typeof(WsdlNS.SoapAddressBinding));
System.Web.Extensions (1)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (1)
113
SoapAddressBinding addressBinding = port.
Extensions
.Find(addressType) as SoapAddressBinding;
System.Web.Services (10)
System\Web\Services\Description\HttpGetProtocolReflector.cs (1)
36
Port.
Extensions
.Add(httpAddressBinding);
System\Web\Services\Description\HttpPostProtocolReflector.cs (1)
43
Port.
Extensions
.Add(httpAddressBinding);
System\Web\Services\Description\HttpProtocolImporter.cs (1)
364
HttpAddressBinding httpAddressBinding = Port == null ? null : (HttpAddressBinding)Port.
Extensions
.Find(typeof(HttpAddressBinding));
System\Web\Services\Description\ProtocolImporter.cs (1)
453
if (port != null) AddExtensionWarningComments(codeClass.Comments, port.
Extensions
);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
192
global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection a = (global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection)o.
@Extensions
;
4306
global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection a_4 = (global::System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection)o.
@Extensions
;
System\Web\Services\Description\SoapHttpTransportImporter.cs (1)
18
SoapAddressBinding soapAddress = ImportContext.Port == null ? null : (SoapAddressBinding)ImportContext.Port.
Extensions
.Find(typeof(SoapAddressBinding));
System\Web\Services\Description\SoapProtocolReflector.cs (1)
238
Port.
Extensions
.Add(CreateSoapAddressBinding(ServiceUrl));
System\Web\Services\Description\WebServicesInteroperability.cs (1)
545
if (!CheckExtensions(port.
Extensions
))
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
102
SoapAddressBinding soapAddress = (SoapAddressBinding)port.
Extensions
.Find(typeof(SoapAddressBinding));