Share via


IConnection.Protocol Property

.NET Framework 4.5

Gets or sets the protocol for the IConnection.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Property Protocol As Version 
    Get 
    Set
'Usage
Dim instance As IConnection 
Dim value As Version 

value = instance.Protocol

instance.Protocol = value
Version Protocol { get; set; }
property Version^ Protocol {
    Version^ get ();
    void set (Version^ value);
}
abstract Protocol : Version with get, set
function get Protocol () : Version 
function set Protocol (value : Version)

Property Value

Type: System.Version
The protocol for the IConnection.

See Also

Reference

IConnection Interface

Microsoft.AspNet.SignalR.Client Namespace