ServiceEndpoint::Name Property
.NET Framework (current version)
Gets or sets the name of the service endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::String^The name the service endpoint. The default value is the concatenation of the binding name and the contract description name. For example, Binding::Name +'_' + ContractDescription::Name.
Services may have multiple endpoints, so the endpoint Name is distinct from the name of the service. The service name is accessed using the Name property.
Note |
|---|
When accessed from the service, this property is populated by the <endpoint name="endpointName"> configuration element. When accessed on the client, this property is null. When the property getter is called (again on the client) it populates this property with a default value based on the contract and binding. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show:
