ManagementChannel.ConnectionInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about a connection in a serializable form.
protected:
property Microsoft::Web::Management::Client::ConnectionInfo ^ ConnectionInfo { Microsoft::Web::Management::Client::ConnectionInfo ^ get(); };
protected Microsoft.Web.Management.Client.ConnectionInfo ConnectionInfo { get; }
member this.ConnectionInfo : Microsoft.Web.Management.Client.ConnectionInfo
Protected ReadOnly Property ConnectionInfo As ConnectionInfo
Property Value
A ConnectionInfo object with information relative to the connection.
Remarks
The ConnectionInfo property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The ConnectionInfo property is set in the constructor.