BondInEtwLinqpadDriver.BondDynamicDriver.GetConnectionDescription C# (CSharp) Method

GetConnectionDescription() public method

Get connection details.
public GetConnectionDescription ( IConnectionInfo cxInfo ) : string
cxInfo IConnectionInfo Connection information, as entered by the user.
return string
        public override string GetConnectionDescription(IConnectionInfo cxInfo)
        {
            var bondInEtwProperties = new BondInEtwProperties(cxInfo);
            return bondInEtwProperties.ContextName;
        }