ITransport.ConnectionId Property
.NET Framework 4
Gets or sets the connection ID for the transport.
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Property ConnectionId As String
Get
Set
'Usage
Dim instance As ITransport
Dim value As String
value = instance.ConnectionId
instance.ConnectionId = value
string ConnectionId { get; set; }
property String^ ConnectionId {
String^ get ();
void set (String^ value);
}
abstract ConnectionId : string with get, set
function get ConnectionId () : String
function set ConnectionId (value : String)
Property Value
Type: System.String
Returns String.