ChannelFactory<TChannel>.CreateDescription 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立服務端點的說明。
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
的回呼合約。