| 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
)
Public Sub New (
baseUri As Uri,
contractType As Type
)
public:
EndpointDescription(
Uri^ baseUri,
Type^ contractType
)
new :
baseUri : Uri *
contractType : Type -> EndpointDescription
Parameters
- baseUri
- Type: SystemUri
The base URI for listening - contractType
- Type: SystemType
The contract type
See Also