BrowserLinkConnection Class
Encapsulates a browser link connection between Visual Studio and a browser.
Assembly: Microsoft.VisualStudio.Web.BrowserLink.12.0 (in Microsoft.VisualStudio.Web.BrowserLink.12.0.dll)
The BrowserLinkConnection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AppName | The client browser display name. |
![]() | ConnectionId | A unique connection identifier. |
![]() | Extensions | Extensions attached to this connection. |
![]() | Project | The Visual Studio project associated with this connection. |
![]() | Properties | Properties can be associated with this connection through this dictionary. Default property values can be found using keys in DefaultConnectionProperties. |
![]() | Url | The client URL of this connection. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | InternalFireExtensionsCreated | Fires an internal event. |
![]() | Log | Logs a message to the connected browser console. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
