ChannelFactory<TChannel>.CreateDescription 方法

定義

建立服務端點的說明。

protected:
 override System::ServiceModel::Description::ServiceEndpoint ^ CreateDescription();
protected override System.ServiceModel.Description.ServiceEndpoint CreateDescription ();
override this.CreateDescription : unit -> System.ServiceModel.Description.ServiceEndpoint
Protected Overrides Function CreateDescription () As ServiceEndpoint

傳回

服務的 ServiceEndpoint

例外狀況

此回呼合約為 null,但服務端點需要非 null 的回呼合約。

適用於