| 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
)
Public Sub AttachEndpoint (
serviceDispatcher As ServiceDispatcher,
endpoint As ServiceEndpoint
)
public:
virtual void AttachEndpoint(
ServiceDispatcher^ serviceDispatcher,
ServiceEndpoint^ endpoint
) sealed
abstract AttachEndpoint :
serviceDispatcher : ServiceDispatcher *
endpoint : ServiceEndpoint -> unit
override AttachEndpoint :
serviceDispatcher : ServiceDispatcher *
endpoint : ServiceEndpoint -> unit
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