Interface IRuntimePipelineCustomizer
Interface for objects that will customize the runtime pipleine for newly created service clients.
public interface IRuntimePipelineCustomizer
Properties
UniqueName
The unique name for the customizer that identifies the customizer in the registry. The name is also used to identify the customizer on the SDK logs.
string UniqueName { get; }
Property Value
Methods
Customize(Type, RuntimePipeline)
Called on service clients as they are being constructed to customize their runtime pipeline.
void Customize(Type type, RuntimePipeline pipeline)
Parameters
type
TypeType object for the service client being created
pipeline
RuntimePipeline