ServiceEndpoint.Name Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the name of the service endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.StringThe name of the service endpoint. The default value is the concatenation of the binding name and the contract description name. For example, Binding.Name + '_' + ContractDescription.Name.
Show: