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

Parameters

dispatcher
Type: RestSrvrServiceDispatcher

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

endpoint
Type: RestSrvrServiceEndpoint

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

See Also