ServiceEndpointElement Constructor (Uri^, String^)

 

Initializes a new instance of the ServiceEndpointElement class with the specified endpoint address and contract type.

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

public:
ServiceEndpointElement(
	Uri^ address,
	String^ contractType
)

Parameters

address
Type: System::Uri^

A URI that contains the address of the endpoint.

contractType
Type: System::String^

The contract this endpoint is exposing.

.NET Framework
Available since 3.0
Return to top
Show: