WsdlImporter.ImportEndpoints Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает коллекцию объектов ServiceEndpoint, соответствующую всем портам WSDL, с помощью заданной привязки, связанной с конкретным типом порта, либо в заданной службе WSDL.
Перегрузки
ImportEndpoints(Binding) |
Возвращает ServiceEndpointCollection, представляющий все типы порта WSDL, используя заданный Binding. |
ImportEndpoints(PortType) |
Возвращает ServiceEndpointCollection, представляющий все типы порта WSDL, связанные с заданным PortType. |
ImportEndpoints(Service) |
Возвращает ServiceEndpointCollection, представляющий все типы порта WSDL в заданном Service. |
ImportEndpoints(Binding)
Возвращает ServiceEndpointCollection, представляющий все типы порта WSDL, используя заданный Binding.
public:
System::ServiceModel::Description::ServiceEndpointCollection ^ ImportEndpoints(System::Web::Services::Description::Binding ^ wsdlBinding);
public System.ServiceModel.Description.ServiceEndpointCollection ImportEndpoints (System.Web.Services.Description.Binding wsdlBinding);
member this.ImportEndpoints : System.Web.Services.Description.Binding -> System.ServiceModel.Description.ServiceEndpointCollection
Public Function ImportEndpoints (wsdlBinding As Binding) As ServiceEndpointCollection
Параметры
Возвращаемое значение
ServiceEndpointCollection, представляющий все типы порта WSDL, используя заданный Binding.
Исключения
В объекте WsdlImporter возникла ошибка.
Значение параметра wsdlBinding
— null
.
Комментарии
Перед использованием возвращенного объекта проверьте свойство Errors, чтобы определить, не было ли ошибок импорта.
Применяется к
ImportEndpoints(PortType)
Возвращает ServiceEndpointCollection, представляющий все типы порта WSDL, связанные с заданным PortType.
public:
System::ServiceModel::Description::ServiceEndpointCollection ^ ImportEndpoints(System::Web::Services::Description::PortType ^ wsdlPortType);
public System.ServiceModel.Description.ServiceEndpointCollection ImportEndpoints (System.Web.Services.Description.PortType wsdlPortType);
member this.ImportEndpoints : System.Web.Services.Description.PortType -> System.ServiceModel.Description.ServiceEndpointCollection
Public Function ImportEndpoints (wsdlPortType As PortType) As ServiceEndpointCollection
Параметры
Возвращаемое значение
ServiceEndpointCollection, представляющий все типы порта WSDL, связанные с заданным PortType.
Исключения
В объекте WsdlImporter возникла ошибка.
wsdlPortType
имеет значение null
.
Комментарии
Перед использованием возвращенного объекта проверьте свойство Errors, чтобы определить, не было ли ошибок импорта.
Применяется к
ImportEndpoints(Service)
Возвращает ServiceEndpointCollection, представляющий все типы порта WSDL в заданном Service.
public:
System::ServiceModel::Description::ServiceEndpointCollection ^ ImportEndpoints(System::Web::Services::Description::Service ^ wsdlService);
public System.ServiceModel.Description.ServiceEndpointCollection ImportEndpoints (System.Web.Services.Description.Service wsdlService);
member this.ImportEndpoints : System.Web.Services.Description.Service -> System.ServiceModel.Description.ServiceEndpointCollection
Public Function ImportEndpoints (wsdlService As Service) As ServiceEndpointCollection
Параметры
Возвращаемое значение
ServiceEndpointCollection, представляющий все типы порта WSDL в заданном Service.
Исключения
В объекте WsdlImporter возникла ошибка.
Значение параметра wsdlService
— null
.
Комментарии
Перед использованием возвращенного объекта проверьте свойство Errors, чтобы определить, не было ли ошибок импорта.