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

服务的 ServiceEndpoint

例外

回调协定为 null,但服务终结点需要的是一个非 null 的协定。

适用于