OperationContext.Extensions Propriedade
Definição
Obtém a coleção de extensões de serviço do contexto da mensagem atual.Gets the collection of service extensions from the current message context.
public:
property System::ServiceModel::IExtensionCollection<System::ServiceModel::OperationContext ^> ^ Extensions { System::ServiceModel::IExtensionCollection<System::ServiceModel::OperationContext ^> ^ get(); };
public System.ServiceModel.IExtensionCollection<System.ServiceModel.OperationContext> Extensions { get; }
member this.Extensions : System.ServiceModel.IExtensionCollection<System.ServiceModel.OperationContext>
Public ReadOnly Property Extensions As IExtensionCollection(Of OperationContext)
Valor da propriedade
Uma coleção de extensões de OperationContext.A collection of extensions of OperationContext.
Implementações
Comentários
Use a Extensions propriedade para obter uma coleção de todas as extensões do OperationContext usadas para modificar o contexto ou adicionar o estado personalizado.Use the Extensions property to obtain a collection of all extensions of the OperationContext used to modify the context or add custom state. Para obter mais informações sobre extensões, consulte objetos extensíveis.For more information about extensions, see Extensible Objects.