C# 클래스 Microsoft.AspNet.SignalR.Transports.PersistentResponse

Represents a response to a connection.
상속: IJsonWritable
파일 보기 프로젝트 열기: SignalR/SignalR 1 사용 예제들

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