HeaderDelimitedMessageHandler.SubType Property
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.
Gets or sets the value to use as the subtype in the Content-Type header (e.g. "application/SUBTYPE").
public string SubType { get; set; }
member this.SubType : string with get, set
Public Property SubType As String
Property Value
The default value is "jsonrpc".