StandardEndpointsSection::Item Property (String^)

.NET Framework (current version)
 

Returns an endpoint element collection that contains the specified endpoint.

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

public:
property EndpointCollectionElement^ default[
	String^ endpoint
] {
	EndpointCollectionElement^ get(String^ endpoint);
}

Parameters

endpoint
Type: System::String^

A name of an endpoint.

Property Value

Type: System.ServiceModel.Configuration::EndpointCollectionElement^

An endpoint collection element.

.NET Framework
Available since 4.0
Return to top
Show: