LongPollingTransport Class

.NET Framework 4.5

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

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)

public ref class LongPollingTransport : public TransportDisconnectBase, 
	ITransport

The LongPollingTransport type exposes the following members.

  NameDescription
Public propertyCancellationTokenGets a cancellation token that represents the connection’s lifetime. (Inherited from TransportDisconnectBase.)
Public propertyConnectedGets or sets the connected function.
Protected propertyConnectionGets or sets the transport connection for the disconnection base of transport. (Inherited from TransportDisconnectBase.)
Protected propertyConnectionEndTokenGets the connection to end the operation for this token. (Inherited from TransportDisconnectBase.)
Public propertyConnectionIdGets or sets the ID of the connection. (Inherited from TransportDisconnectBase.)
Public propertyConnectTask (Inherited from TransportDisconnectBase.)
Protected propertyContextGets the host context associated with the transport disconnection base. (Inherited from TransportDisconnectBase.)
Public propertyDisconnectedGets or sets the disconnected property for the connection transports. (Inherited from TransportDisconnectBase.)
Public propertyDisconnectThresholdGets the disconnect threshold. (Overrides TransportDisconnectBase::DisconnectThreshold.)
Protected propertyHeartbeatGets the transport heartbeat to manage the tracking state of connections. (Inherited from TransportDisconnectBase.)
Protected propertyHostShutdownToken (Inherited from TransportDisconnectBase.)
Protected propertyIsAbortRequestGets a value that represents the connection make a request to abort. (Inherited from TransportDisconnectBase.)
Public propertyIsAliveGets a value that represents if the connection is alive. (Inherited from TransportDisconnectBase.)
Public propertyIsConnectRequestGets a value indicating whether the transport is a connect request. (Overrides TransportDisconnectBase::IsConnectRequest.)
Public propertyIsTimedOutGets a value that represents if the connection is timed out. (Inherited from TransportDisconnectBase.)
Public propertyOutputWriterGets the output writer that can write a sequential series of characters. (Inherited from TransportDisconnectBase.)
Public propertyReceivedGets or sets the received function.
Public propertyReconnectedGets or sets the reconnected transport.
Public propertySupportsKeepAliveGets a value indicating whether the transport supports keep alive. (Overrides TransportDisconnectBase::SupportsKeepAlive.)
Protected propertyTraceGets the source to trace the execution of code and associate trace messages with their source. (Inherited from TransportDisconnectBase.)
Public propertyTransportConnectedGets or sets the connected transport.
Public propertyUrlGets the URI of the connection. (Inherited from TransportDisconnectBase.)
Top

  NameDescription
Public methodAbort()Aborts the current task process for the TransportDisconnectBase. (Inherited from TransportDisconnectBase.)
Public methodAbort(Boolean)Aborts the current task process for the TransportDisconnectBase. (Inherited from TransportDisconnectBase.)
Public methodApplyStateApplies a new state to the connection. (Inherited from TransportDisconnectBase.)
Protected methodCreateResponseWriterReturns a writer to create a response for the transport disconnection base. (Inherited from TransportDisconnectBase.)
Public methodDisconnectCauses the connection to disconnect. (Inherited from TransportDisconnectBase.)
Public methodDispose()Releases all resources used by the current instance of the TransportDisconnectBase class. (Inherited from TransportDisconnectBase.)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the TransportDisconnectBase class and optionally releases the managed resources. (Inherited from TransportDisconnectBase.)
Public methodEndKills the connection. (Inherited from TransportDisconnectBase.)
Protected methodEnqueueOperation(Func<Task>)Adds the specified delegate function to end the task queue. (Inherited from TransportDisconnectBase.)
Protected methodEnqueueOperation(Func<Object, Task>, Object)Adds the specified delegate function to end the task queue. (Inherited from TransportDisconnectBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodIncrementErrorsIncrements the errors to the transport disconnection base. (Inherited from TransportDisconnectBase.)
Protected methodInitializePersistentStateInitialize the persistent state for the transport disconnection base. (Inherited from TransportDisconnectBase.)
Public methodKeepAliveSends a keep alive ping over the connection. (Inherited from TransportDisconnectBase.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessRequestProcess the connection request.
Public methodSend(Object)Sends a long polling transport with a given value.
Public methodSend(PersistentResponse)Sends a response for the transport.
Public methodTimeoutGets called when connection is timed out. (Inherited from TransportDisconnectBase.)
Public methodToString (Inherited from Object.)
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: