C# Class PrePrompt.Samples.Common.WebLinkingProcessor

Inheritance: System.ServiceModel.Dispatcher.Processor
Afficher le fichier Open project: prompt/preprompt-wcf-http

Méthodes publiques

Méthode Description
WebLinkingProcessor ( WebLinksRegistry registry, System.ServiceModel.Description.HttpOperationDescription httpOperationDescription, MediaTypeProcessorMode mode ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnExecute ( object input ) : System.ServiceModel.Dispatcher.ProcessorResult
OnGetInArguments ( ) : IEnumerable
OnGetOutArguments ( ) : IEnumerable

Private Methods

Méthode Description
addLinkHeader ( HttpResponseMessage httpResponse, WebLinkCollection linkCollection ) : void
extractLinkDescription ( WebLinkTarget target ) : string

Method Details

OnExecute() protected méthode

protected OnExecute ( object input ) : System.ServiceModel.Dispatcher.ProcessorResult
input object
Résultat System.ServiceModel.Dispatcher.ProcessorResult

OnGetInArguments() protected méthode

protected OnGetInArguments ( ) : IEnumerable
Résultat IEnumerable

OnGetOutArguments() protected méthode

protected OnGetOutArguments ( ) : IEnumerable
Résultat IEnumerable

WebLinkingProcessor() public méthode

public WebLinkingProcessor ( WebLinksRegistry registry, System.ServiceModel.Description.HttpOperationDescription httpOperationDescription, MediaTypeProcessorMode mode ) : System.Collections.Generic
registry WebLinksRegistry
httpOperationDescription System.ServiceModel.Description.HttpOperationDescription
mode MediaTypeProcessorMode
Résultat System.Collections.Generic