ServiceEndpoint Constructor (ContractDescription^)

 

Initializes a new instance of the ServiceEndpoint class for a specified contract.

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

public:
ServiceEndpoint(
	ContractDescription^ contract
)

Parameters

contract
Type: System.ServiceModel.Description::ContractDescription^

The ContractDescription for the service endpoint.

Use this constructor when the binding and address for the endpoint are provided in configuration.

No code example is currently available or this language may not be supported.

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
Return to top
Show: