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.

Применяется к