共用方式為


WsdlImporter.ImportEndpoint(Port) 方法

定義

從一組中繼資料文件傳回 ServiceEndpoint,這個端點會使用來自指定之 Port 物件的資訊。

public:
 System::ServiceModel::Description::ServiceEndpoint ^ ImportEndpoint(System::Web::Services::Description::Port ^ wsdlPort);
public System.ServiceModel.Description.ServiceEndpoint ImportEndpoint (System.Web.Services.Description.Port wsdlPort);
member this.ImportEndpoint : System.Web.Services.Description.Port -> System.ServiceModel.Description.ServiceEndpoint
Public Function ImportEndpoint (wsdlPort As Port) As ServiceEndpoint

參數

wsdlPort
Port

表示所需 WSDL 連接埠資訊的 Port 物件。

傳回

ServiceEndpoint 物件,這個物件表示中繼資料文件中的特定 WSDL 連接埠資訊。

例外狀況

wsdlPortnull

備註

使用 ImportEndpoint 方法,即可使用 System.Web.Services.Description.Port 物件在中繼資料中找出連接埠類型資訊,並將該繫結資訊當做 ServiceEndpoint 物件傳回。 使用傳回的物件之前,請先檢查 Errors 屬性以判斷是否有任何匯入錯誤。

適用於