Method WithExtension
WithExtension<T>(T)
Sets a typed extension on the channel registration. Used by transport providers to attach transport-specific configuration.
protected ChannelBuilder WithExtension<T>(T value) where T : class
Parameters
valueT
Returns
Type Parameters
T