Skip to content

Commit

Permalink
pointing to examples for usage help
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Oct 26, 2019
1 parent 23c67cc commit 38de1f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,14 @@ logic described above. This client should be configured in concert with
your own HTTP handler to ensure that Windows Authentication credentials are
provided when prompted by the token endpoint authenticated by the
Negotiate scheme.

## Usage

Please see the examples provided for usage:

* Examples.Web:
* [Server](examples/Example.Web.Server)
* [Client](examples/Example.Web.Client)
* Examples.GRPC:
* [Server](examples/Example.GRPC.Server)
* [Client](examples/Example.GRPC.Client)

0 comments on commit 38de1f4

Please sign in to comment.