MetadataSection.CreateFromServiceDescription(ServiceDescription) Method

Definition

Returns a MetadataSection that contains the specified ServiceDescription.

public:
 static System::ServiceModel::Description::MetadataSection ^ CreateFromServiceDescription(System::Web::Services::Description::ServiceDescription ^ serviceDescription);
public static System.ServiceModel.Description.MetadataSection CreateFromServiceDescription (System.Web.Services.Description.ServiceDescription serviceDescription);
static member CreateFromServiceDescription : System.Web.Services.Description.ServiceDescription -> System.ServiceModel.Description.MetadataSection
Public Shared Function CreateFromServiceDescription (serviceDescription As ServiceDescription) As MetadataSection

Parameters

serviceDescription
ServiceDescription

The ServiceDescription used to create a MetadataSection object.

Returns

A MetadataSection that contains the specified ServiceDescription.

Exceptions

The serviceDescription is null.

Remarks

Use this static factory method to quickly create a MetadataSection for a WSDL document. The Dialect property is assigned the value of ServiceDescriptionDialect and the Identifier property is assigned the value of the target namespace of the WSDL document.

Applies to