PersistentResponse Class

.NET Framework 4.5

Represents a response to a connection.

System::Object
  Microsoft.AspNet.SignalR.Transports::PersistentResponse

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public ref class PersistentResponse sealed : IJsonWritable

The PersistentResponse type exposes the following members.

  NameDescription
Public methodPersistentResponse()Initializes a new instance of the PersistentResponse class.
Public methodPersistentResponse(Func<Message, Boolean>, Action<TextWriter>)Creates a new instance of PersistentResponse.
Top

  NameDescription
Public propertyAbortedGets or sets a value indicating whether the connection was forcibly closed.
Public propertyDisconnectGets or sets a value that indicates whether the connection receives a disconnect command.
Public propertyGroupsTokenGets or sets a signed token representing the list of groups.
Public propertyInitializingTrue if the connection is in process of initializing
Public propertyLongPollDelayGets or sets the time the long polling client should wait before reestablishing a connection if no data is received.
Public propertyMessagesGets or sets the list of messages to be sent to the receiving connection.
Public propertyReconnectTrue if the client should try reconnecting.
Public propertyTerminal
Public propertyTotalCountGets or sets the total count of the messages sent the receiving connection.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIJsonWritable::WriteJsonSerializes only the necessary components of the PersistentResponse to JSON using Json.NET’s JsonTextWriter to improve performance.
Top

No content here will be updated; please do not add material here.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: