WsdlImporter.ImportEndpoints Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca kolekcję ServiceEndpoint obiektów pasujących do wszystkich portów WSDL przy użyciu określonego powiązania skojarzonego z określonym typem portu lub w określonej usłudze WSDL.
Przeciążenia
ImportEndpoints(Binding) |
Zwraca obiekt ServiceEndpointCollection reprezentujący wszystkie typy portów WSDL przy użyciu określonego Bindingelementu . |
ImportEndpoints(PortType) |
Zwraca obiekt ServiceEndpointCollection reprezentujący wszystkie typy portów WSDL skojarzone z określonym PortTypeelementem . |
ImportEndpoints(Service) |
Zwraca obiekt ServiceEndpointCollection reprezentujący wszystkie typy portów WSDL w ramach określonego Serviceelementu . |
ImportEndpoints(Binding)
Zwraca obiekt ServiceEndpointCollection reprezentujący wszystkie typy portów WSDL przy użyciu określonego Bindingelementu .
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
Parametry
Zwraca
Element ServiceEndpointCollection reprezentujący wszystkie typy portów WSDL przy użyciu określonego Bindingelementu .
Wyjątki
Wystąpił WsdlImporter błąd.
Element wsdlBinding
to null
.
Uwagi
Sprawdź właściwość, Errors aby określić, czy przed użyciem zwróconego obiektu występują błędy importu.
Dotyczy
ImportEndpoints(PortType)
Zwraca obiekt ServiceEndpointCollection reprezentujący wszystkie typy portów WSDL skojarzone z określonym PortTypeelementem .
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
Parametry
Zwraca
Element ServiceEndpointCollection reprezentujący wszystkie typy portów WSDL skojarzone z określonym PortTypeelementem .
Wyjątki
Wystąpił WsdlImporter błąd.
wsdlPortType
to null
.
Uwagi
Sprawdź właściwość, Errors aby określić, czy przed użyciem zwróconego obiektu występują błędy importu.
Dotyczy
ImportEndpoints(Service)
Zwraca obiekt ServiceEndpointCollection reprezentujący wszystkie typy portów WSDL w ramach określonego Serviceelementu .
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
Parametry
Zwraca
Element ServiceEndpointCollection reprezentujący wszystkie typy portów WSDL w określonym obiekcie Service.
Wyjątki
Wystąpił WsdlImporter błąd.
Element wsdlService
to null
.
Uwagi
Sprawdź właściwość, Errors aby określić, czy przed użyciem zwróconego obiektu występują błędy importu.