JsonMessageFormatter 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
JsonMessageFormatter() |
初始化 類別的新實例, JsonMessageFormatter 這個實例會使用 JsonProgress (,而不使用其文字編碼的前置詞) 。 |
JsonMessageFormatter(Encoding) |
初始化 JsonMessageFormatter 類別的新執行個體。 |
JsonMessageFormatter()
初始化 類別的新實例, JsonMessageFormatter 這個實例會使用 JsonProgress (,而不使用其文字編碼的前置詞) 。
public JsonMessageFormatter ();
Public Sub New ()
適用於
JsonMessageFormatter(Encoding)
初始化 JsonMessageFormatter 類別的新執行個體。
public JsonMessageFormatter (System.Text.Encoding encoding);
new StreamJsonRpc.JsonMessageFormatter : System.Text.Encoding -> StreamJsonRpc.JsonMessageFormatter
Public Sub New (encoding As Encoding)
參數
- encoding
- Encoding
要用於 JSON 文字的編碼方式。