C# Class Microsoft.AspNetCore.SignalR.Configuration.TransportOptionsExtensions

Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

Method Description
HeartbeatInterval ( this options ) : System.TimeSpan

The interval between successively checking connection states.

KeepAliveTimeout ( this options ) : TimeSpan?

The amount of time the client should wait without seeing a keep alive before trying to reconnect.

TopicTtl ( this options ) : System.TimeSpan

The amount of time a Topic should stay in memory after its last subscriber is removed.

Method Details

HeartbeatInterval() public static method

The interval between successively checking connection states.
public static HeartbeatInterval ( this options ) : System.TimeSpan
options this
return System.TimeSpan

KeepAliveTimeout() public static method

The amount of time the client should wait without seeing a keep alive before trying to reconnect.
public static KeepAliveTimeout ( this options ) : TimeSpan?
options this
return TimeSpan?

TopicTtl() public static method

The amount of time a Topic should stay in memory after its last subscriber is removed.
public static TopicTtl ( this options ) : System.TimeSpan
options this
return System.TimeSpan