StandardEndpointsSection::MexEndpoint Property

.NET Framework (current version)
 

Returns a collection element that contains metadata exchange endpoints.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("mexEndpoint", Options = ConfigurationPropertyOptions::None)]
property ServiceMetadataEndpointCollectionElement^ MexEndpoint {
	ServiceMetadataEndpointCollectionElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ServiceMetadataEndpointCollectionElement^

A metadata exchange collection element.

.NET Framework
Available since 4.0
Return to top
Show: