Interface IMiddlewareStreamAgent<T>
public interface IMiddlewareStreamAgent<out T> : IMiddlewareStreamAgent, IStreamingAgent, IAgent, IAgentMetaInformation where T : IStreamingAgent
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
TStreamingAgent
Get the typed inner agent.
T TStreamingAgent { get; }
Property Value
- T