ForeverFrameTransport Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Transports.TransportDisconnectBase
Microsoft.AspNet.SignalR.Transports.ForeverTransport
Microsoft.AspNet.SignalR.Transports.ForeverFrameTransport
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class ForeverFrameTransport _
Inherits ForeverTransport
'Usage
Dim instance As ForeverFrameTransport
public class ForeverFrameTransport : ForeverTransport
public ref class ForeverFrameTransport : public ForeverTransport
type ForeverFrameTransport =
class
inherit ForeverTransport
end
public class ForeverFrameTransport extends ForeverTransport
The ForeverFrameTransport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ForeverFrameTransport |
Top
Properties
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ITrackingConnection.ReleaseRequest | (Inherited from TransportDisconnectBase.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.