Click or drag to resize

IEndpointBindingAttachEndpoint Method

Attach the service context's endpoint to the binding

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

Parameters

dispatcher  ServiceDispatcher

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

endpoint  ServiceEndpoint

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

See Also