 | IEndpointBindingAttachEndpoint Method |
Attach the service context's endpoint to the binding
Namespace: RestSrvrAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxvoid 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 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