Table of Contents [Hide/Show]
GetConnectionString Signature net.tcp example REST exampleGetConnectionToken Signature net.tcp example REST exampleSee Also
string GetConnectionString(string connectionLabel);
string GetConnectionString(string connectionLabel, string userName, string password);
var connectionString = ChannelProvider<IConnectionStringService>.Default.GetConnectionString("FEL_EXAMPLE_U");
var connectionString = ChannelProvider<IConnectionStringService>.Default.GetConnectionString("FEL_EXAMPLE_U", "username", "password");
string GetConnectionToken(string connectionLabel);
var connectionString = ChannelProvider<IConnectionStringService>.Default.GetConnectionToken("FEL_EXAMPLE_U");