Click or drag to resize

RestServiceAddServiceEndpoint Method (ServiceEndpoint)

Add a service endpoint

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public void AddServiceEndpoint(
	ServiceEndpoint endpoint
)

Parameters

endpoint
Type: RestSrvrServiceEndpoint
The endpoint to add
See Also