Click or drag to resize

ServiceEndpointAddEndpointBehavior Method

Add an endpoint behavior

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public void AddEndpointBehavior(
	IEndpointBehavior behavior
)

Parameters

behavior
Type: RestSrvrIEndpointBehavior

[Missing <param name="behavior"/> documentation for "M:RestSrvr.ServiceEndpoint.AddEndpointBehavior(RestSrvr.IEndpointBehavior)"]

See Also