TurnContext.Adapter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Adapter that created this context object.
public Microsoft.Agents.Builder.IChannelAdapter Adapter { get; }
member this.Adapter : Microsoft.Agents.Builder.IChannelAdapter
Public ReadOnly Property Adapter As IChannelAdapter
Property Value
The Adapter that created this context object.