 | IEndpointBehaviorApplyEndpointBehavior Method |
Allows the behavior to modify the dispatcher or endpoint as needed to implement the
behavior
Namespace: RestSrvrAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxvoid ApplyEndpointBehavior(
ServiceEndpoint endpoint,
EndpointDispatcher dispatcher
)
Sub ApplyEndpointBehavior (
endpoint As ServiceEndpoint,
dispatcher As EndpointDispatcher
)
void ApplyEndpointBehavior(
ServiceEndpoint^ endpoint,
EndpointDispatcher^ dispatcher
)
abstract ApplyEndpointBehavior :
endpoint : ServiceEndpoint *
dispatcher : EndpointDispatcher -> unit Parameters
- endpoint ServiceEndpoint
- The endpoint to which the behavior is to be applied
- dispatcher EndpointDispatcher
- The dispatcher that the endpoint will be using
See Also