C# Класс Microsoft.AspNet.SignalR.Transports.PersistentResponse

Represents a response to a connection.
Наследование: IJsonWritable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IJsonWritable void
WriteMessages void

Открытые методы

Метод Описание
PersistentResponse ( ) : System
PersistentResponse ( bool>.Func exclude, Action writeCursor ) : System

Creates a new instance of PersistentResponse.

Приватные методы

Метод Описание
IJsonWritable ( TextWriter writer ) : void

Serializes only the necessary components of the PersistentResponse to JSON using Json.NET's JsonTextWriter to improve performance.

WriteMessages ( TextWriter writer, JsonTextWriter jsonWriter ) : void

Описание методов

PersistentResponse() публичный Метод

public PersistentResponse ( ) : System
Результат System

PersistentResponse() публичный Метод

Creates a new instance of PersistentResponse.
public PersistentResponse ( bool>.Func exclude, Action writeCursor ) : System
exclude bool>.Func A filter that determines whether messages should be written to the client.
writeCursor Action The cursor writer.
Результат System