ServiceEndpoint::Contract Property
.NET Framework (current version)
Gets the contract for the service endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ContractDescription^ Contract { ContractDescription^ get(); void set(ContractDescription^ value); }
Property Value
Type: System.ServiceModel.Description::ContractDescription^The 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.
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: