 | RestServiceAddServiceBehavior Method |
Adds a service behavior to this instance
Namespace: RestSrvrAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxpublic void AddServiceBehavior(
IServiceBehavior behavior
)
Public Sub AddServiceBehavior (
behavior As IServiceBehavior
)
public:
void AddServiceBehavior(
IServiceBehavior^ behavior
)
member AddServiceBehavior :
behavior : IServiceBehavior -> unit Parameters
- behavior IServiceBehavior
[Missing <param name="behavior"/> documentation for "M:RestSrvr.RestService.AddServiceBehavior(RestSrvr.IServiceBehavior)"]
See Also