Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Client.Transports.HttpBasedTransport
Microsoft.AspNet.SignalR.Client.Transports.LongPollingTransport
Namespace: Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Class LongPollingTransport _
Inherits HttpBasedTransport
'Usage
Dim instance As LongPollingTransport
public class LongPollingTransport : HttpBasedTransport
public ref class LongPollingTransport : public HttpBasedTransport
type LongPollingTransport =
class
inherit HttpBasedTransport
end
public class LongPollingTransport extends HttpBasedTransport
The LongPollingTransport type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
LongPollingTransport() | |
![]() |
LongPollingTransport(IHttpClient) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ConnectDelay | The time to wait after the initial connect http request before it is considered open. |
![]() |
ErrorDelay | The time to wait after an error happens to continue polling. |
![]() |
HttpClient | (Inherited from HttpBasedTransport.) |
![]() |
Name | (Inherited from HttpBasedTransport.) |
![]() |
ReconnectDelay | The time to wait after a connection drops to try reconnecting. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Abort | (Inherited from HttpBasedTransport.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetReceiveQueryString | (Inherited from HttpBasedTransport.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Negotiate | (Inherited from HttpBasedTransport.) |
![]() |
OnStart | (Overrides HttpBasedTransport.OnStart(IConnection, String, CancellationToken, Action, Action<Exception>).) |
![]() |
Send | (Inherited from HttpBasedTransport.) |
![]() |
Start | (Inherited from HttpBasedTransport.) |
![]() |
ToString | (Inherited from Object.) |
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.
.jpeg)
.jpeg)
.jpeg)
.jpeg)