Table of Contents

Method WithExtension

Namespace
Ratatoskr.Config
Assembly
Ratatoskr.dll

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

value T

Returns

ChannelBuilder

Type Parameters

T