LongPollingTransport Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Transports.TransportDisconnectBase
Microsoft.AspNet.SignalR.Transports.LongPollingTransport
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class LongPollingTransport _
Inherits TransportDisconnectBase _
Implements ITransport
'Usage
Dim instance As LongPollingTransport
public class LongPollingTransport : TransportDisconnectBase,
ITransport
public ref class LongPollingTransport : public TransportDisconnectBase,
ITransport
type LongPollingTransport =
class
inherit TransportDisconnectBase
interface ITransport
end
public class LongPollingTransport extends TransportDisconnectBase implements ITransport
The LongPollingTransport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LongPollingTransport(HostContext, IDependencyResolver) | |
![]() |
LongPollingTransport(HostContext, IJsonSerializer, ITransportHeartbeat, IPerformanceCounterManager, ITraceManager) |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
![]() |
CompleteRequest | (Inherited from TransportDisconnectBase.) |
![]() |
Disconnect | (Inherited from TransportDisconnectBase.) |
![]() |
End | (Inherited from TransportDisconnectBase.) |
![]() |
EnqueueOperation | (Inherited from TransportDisconnectBase.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IncrementErrorCounters | (Inherited from TransportDisconnectBase.) |
![]() |
InitializePersistentState | (Inherited from TransportDisconnectBase.) |
![]() |
KeepAlive | (Inherited from TransportDisconnectBase.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDisconnect | (Inherited from TransportDisconnectBase.) |
![]() |
ProcessRequest | |
![]() |
ReleaseRequest | (Inherited from TransportDisconnectBase.) |
![]() |
Send(Object) | |
![]() |
Send(PersistentResponse) | |
![]() |
Timeout | (Inherited from TransportDisconnectBase.) |
![]() |
ToString | (Inherited from Object.) |
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.