Click or drag to resize

RestHttpBindingAttachEndpoint Method

Attach the specified endpoint to this REST binding

Namespace: RestSrvr.Bindings
Assembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntax
public void AttachEndpoint(
	ServiceDispatcher serviceDispatcher,
	ServiceEndpoint endpoint
)

Parameters

serviceDispatcher  ServiceDispatcher

[Missing <param name="serviceDispatcher"/> documentation for "M:RestSrvr.Bindings.RestHttpBinding.AttachEndpoint(RestSrvr.ServiceDispatcher,RestSrvr.ServiceEndpoint)"]

endpoint  ServiceEndpoint

[Missing <param name="endpoint"/> documentation for "M:RestSrvr.Bindings.RestHttpBinding.AttachEndpoint(RestSrvr.ServiceDispatcher,RestSrvr.ServiceEndpoint)"]

Implements

IEndpointBindingAttachEndpoint(ServiceDispatcher, ServiceEndpoint)
See Also