DefaultContentNegotiator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DefaultContentNegotiator() | |
DefaultContentNegotiator(Boolean) |
DefaultContentNegotiator()
public DefaultContentNegotiator ();
Public Sub New ()
Applies to
DefaultContentNegotiator(Boolean)
public DefaultContentNegotiator (bool excludeMatchOnTypeOnly);
new System.Net.Http.Formatting.DefaultContentNegotiator : bool -> System.Net.Http.Formatting.DefaultContentNegotiator
Public Sub New (excludeMatchOnTypeOnly As Boolean)
Parameters
- excludeMatchOnTypeOnly
- Boolean