| 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
)
Public Sub AddServiceEndpoint (
endpoint As ServiceEndpoint
)
public:
void AddServiceEndpoint(
ServiceEndpoint^ endpoint
)
member AddServiceEndpoint :
endpoint : ServiceEndpoint -> unit
Parameters
- endpoint
- Type: RestSrvrServiceEndpoint
The endpoint to add
See Also