Bewerken

Delen via


MessageContext.DestinationFeatures Property

Definition

Gets the feature collection to register implementation for different types for sending message to IMessageDestination.

public:
 property Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ DestinationFeatures { Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ get(); };
public Microsoft.AspNetCore.Http.Features.IFeatureCollection? DestinationFeatures { get; }
member this.DestinationFeatures : Microsoft.AspNetCore.Http.Features.IFeatureCollection
Public ReadOnly Property DestinationFeatures As IFeatureCollection

Applies to