| ServiceEndpointAddEndpointBehavior Method |
Add an endpoint behavior
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax public void AddEndpointBehavior(
IEndpointBehavior behavior
)
Public Sub AddEndpointBehavior (
behavior As IEndpointBehavior
)
public:
void AddEndpointBehavior(
IEndpointBehavior^ behavior
)
member AddEndpointBehavior :
behavior : IEndpointBehavior -> unit
Parameters
- behavior
- Type: RestSrvrIEndpointBehavior
[Missing <param name="behavior"/> documentation for "M:RestSrvr.ServiceEndpoint.AddEndpointBehavior(RestSrvr.IEndpointBehavior)"]
See Also