NetHttpBinding.CanBuildChannelListener Method
.NET Framework 4.5
Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies some specified criteria.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CanBuildChannelListener<TChannel>(BindingParameterCollection) | Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies the collection of binding parameters specified. (Inherited from Binding.) |
|
CanBuildChannelListener<TChannel>(Object[]) | Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies the criteria specified in an array of objects. (Inherited from Binding.) |