BrowserLinkConnection Class

Encapsulates a browser link connection between Visual Studio and a browser.

System.Object
  Microsoft.VisualStudio.Web.BrowserLink.BrowserLinkConnection

Namespace:  Microsoft.VisualStudio.Web.BrowserLink
Assembly:  Microsoft.VisualStudio.Web.BrowserLink.12.0 (in Microsoft.VisualStudio.Web.BrowserLink.12.0.dll)

public abstract class BrowserLinkConnection

The BrowserLinkConnection type exposes the following members.

  NameDescription
Public propertyAppNameThe client browser display name.
Public propertyConnectionIdA unique connection identifier.
Public propertyExtensionsExtensions attached to this connection.
Public propertyProjectThe Visual Studio project associated with this connection.
Public propertyPropertiesProperties can be associated with this connection through this dictionary. Default property values can be found using keys in DefaultConnectionProperties.
Public propertyUrlThe client URL of this connection.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodInternalFireExtensionsCreatedFires an internal event.
Public methodLogLogs a message to the connected browser console.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public eventExtensionsCreatedFired after extensions for this connection have been created.
Top

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: