Implement ServiceEndpoint.EndpointBehaviors
authorpjt33 <github@cheddarmonk.org>
Thu, 20 Jul 2017 11:02:16 +0000 (13:02 +0200)
committerMarek Safar <marek.safar@gmail.com>
Fri, 21 Jul 2017 08:52:05 +0000 (10:52 +0200)
commit952c9145b25ee7e91cd0f9b66c8b1a2df474403a
treef062f5df7b1cb2e7db3b51365a75a8e826c7901d
parent061f782c4bc3312fe4225c3c8f437d77d1c25e12
Implement ServiceEndpoint.EndpointBehaviors

This follows the reference source in understanding `EndpointBehaviors` to be an alias of `Behaviors` with a more general type.

Note that although an alias might not seem necessary to implement, when using netstandard1.3 the [`System.ServiceModel.Primitives`](https://www.nuget.org/packages/System.ServiceModel.Primitives) package exposes `EndpointBehaviors` but not `Behaviors`.
mcs/class/System.ServiceModel/System.ServiceModel.Description/ServiceEndpoint.cs