DefaultContentNegotiator 构造函数

定义

重载

DefaultContentNegotiator()
DefaultContentNegotiator(Boolean)

DefaultContentNegotiator()

public DefaultContentNegotiator ();
Public Sub New ()

适用于

DefaultContentNegotiator(Boolean)

public DefaultContentNegotiator (bool excludeMatchOnTypeOnly);
new System.Net.Http.Formatting.DefaultContentNegotiator : bool -> System.Net.Http.Formatting.DefaultContentNegotiator
Public Sub New (excludeMatchOnTypeOnly As Boolean)

参数

excludeMatchOnTypeOnly
Boolean

适用于