ServiceEndpoint.Contract Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the contract for the service endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.Description.ContractDescriptionThe ContractDescription that specifies the contract for the service endpoint.
Each service endpoint has a unique contract. From the ContractDescription, the OperationDescriptionCollection for the methods contained in the contract can be accessed using the Operations property.
Show: