Click or drag to resize

EndpointDescription Constructor (Uri, Type)

Create an endpoint description from the specified base URI and behavior

Namespace:  RestSrvr.Description
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public EndpointDescription(
	Uri baseUri,
	Type contractType
)

Parameters

baseUri
Type: SystemUri
The base URI for listening
contractType
Type: SystemType
The contract type
See Also