Udostępnij przez


JsonMessageFormatter Konstruktory

Definicja

Przeciążenia

JsonMessageFormatter()

Inicjuje JsonMessageFormatter nowe wystąpienie klasy, która używa kodu JsonProgress (bez preambuły).

JsonMessageFormatter(Encoding)

Inicjuje nowe wystąpienie klasy JsonMessageFormatter.

JsonMessageFormatter()

Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs

Inicjuje JsonMessageFormatter nowe wystąpienie klasy, która używa kodu JsonProgress (bez preambuły).

public JsonMessageFormatter();
Public Sub New ()

Dotyczy

JsonMessageFormatter(Encoding)

Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs
Źródło:
JsonMessageFormatter.cs

Inicjuje nowe wystąpienie klasy JsonMessageFormatter.

public JsonMessageFormatter(System.Text.Encoding encoding);
new StreamJsonRpc.JsonMessageFormatter : System.Text.Encoding -> StreamJsonRpc.JsonMessageFormatter
Public Sub New (encoding As Encoding)

Parametry

encoding
Encoding

Kodowanie do użycia dla tekstu JSON.

Dotyczy