EndPointAttribute Type

Declare how an F# union case matches to a URI.

Constructors

Constructor Description

EndPointAttribute(endpoint)

Full Usage: EndPointAttribute(endpoint)

Parameters:
    endpoint : string - The endpoint URI path.

Returns: EndPointAttribute

Declare how an F# union case matches to a URI.

endpoint : string

The endpoint URI path.

Returns: EndPointAttribute

Instance members

Instance member Description

this.Path

Full Usage: this.Path

Returns: string[]

The path that this endpoint recognizes.

Returns: string[]