AddAdoNetStreams(IClientBuilder, string, Action<AdoNetStreamOptions>)
staticextension
public static IClientBuilder AddAdoNetStreams(this IClientBuilder builder, string name, Action<AdoNetStreamOptions> configureOptions) Configures the client to use an ADO.NET stream provider.
Parameters
builderIClientBuilder- The client builder.
namestring- The stream provider name.
configureOptionsAction<AdoNetStreamOptions>- The delegate used to configure the provider.
Returns
The same
builder instance.