TransportDisconnectBase.Connection Property

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Protected Property Connection As ITransportConnection 
    Get 
    Set
'Usage
Dim value As ITransportConnection 

value = Me.Connection 

Me.Connection = value
protected ITransportConnection Connection { get; set; }
protected:
property ITransportConnection^ Connection {
    ITransportConnection^ get ();
    void set (ITransportConnection^ value);
}
member Connection : ITransportConnection with get, set
function get Connection () : ITransportConnection 
function set Connection (value : ITransportConnection)

Property Value

Type: Microsoft.AspNet.SignalR.Transports.ITransportConnection
Returns ITransportConnection.

See Also

Reference

TransportDisconnectBase Class

Microsoft.AspNet.SignalR.Transports Namespace