| 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
)
Sub AttachEndpoint (
dispatcher As ServiceDispatcher,
endpoint As ServiceEndpoint
)
void AttachEndpoint(
ServiceDispatcher^ dispatcher,
ServiceEndpoint^ endpoint
)
abstract AttachEndpoint :
dispatcher : ServiceDispatcher *
endpoint : ServiceEndpoint -> unit
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