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.481-alpha
Syntax
public void AttachEndpoint(
	ServiceDispatcher serviceDispatcher,
	ServiceEndpoint endpoint
)

Parameters

serviceDispatcher
Type: RestSrvrServiceDispatcher

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

endpoint
Type: RestSrvrServiceEndpoint

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

Implements

IEndpointBindingAttachEndpoint(ServiceDispatcher, ServiceEndpoint)
See Also