Click or drag to resize

BootstrapperModulesEndpointsRegisterHttpEndpoint Method

Register a custom Http Endpoint

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static bool RegisterHttpEndpoint(
	Expression<Func<IHttpEndpoint>> endpoint
)

Parameters

endpoint
Type: System.Linq.ExpressionsExpressionFuncIHttpEndpoint
HttpEndpoint to register as a Func

Return Value

Type: Boolean
True if the registration was successful
See Also