4 references to Port
System.Web.Services (4)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
364
HttpAddressBinding httpAddressBinding =
Port
== null ? null : (HttpAddressBinding)
Port
.Extensions.Find(typeof(HttpAddressBinding));
System\Web\Services\Description\SoapHttpTransportImporter.cs (2)
18
SoapAddressBinding soapAddress = ImportContext.
Port
== null ? null : (SoapAddressBinding)ImportContext.
Port
.Extensions.Find(typeof(SoapAddressBinding));