C# 클래스 PrePrompt.Samples.Common.WebLinkingProcessor

상속: System.ServiceModel.Dispatcher.Processor
파일 보기 프로젝트 열기: prompt/preprompt-wcf-http

공개 메소드들

메소드 설명
WebLinkingProcessor ( WebLinksRegistry registry, System.ServiceModel.Description.HttpOperationDescription httpOperationDescription, MediaTypeProcessorMode mode ) : System.Collections.Generic

보호된 메소드들

메소드 설명
OnExecute ( object input ) : System.ServiceModel.Dispatcher.ProcessorResult
OnGetInArguments ( ) : IEnumerable
OnGetOutArguments ( ) : IEnumerable

비공개 메소드들

메소드 설명
addLinkHeader ( HttpResponseMessage httpResponse, WebLinkCollection linkCollection ) : void
extractLinkDescription ( WebLinkTarget target ) : string

메소드 상세

OnExecute() 보호된 메소드

protected OnExecute ( object input ) : System.ServiceModel.Dispatcher.ProcessorResult
input object
리턴 System.ServiceModel.Dispatcher.ProcessorResult

OnGetInArguments() 보호된 메소드

protected OnGetInArguments ( ) : IEnumerable
리턴 IEnumerable

OnGetOutArguments() 보호된 메소드

protected OnGetOutArguments ( ) : IEnumerable
리턴 IEnumerable

WebLinkingProcessor() 공개 메소드

public WebLinkingProcessor ( WebLinksRegistry registry, System.ServiceModel.Description.HttpOperationDescription httpOperationDescription, MediaTypeProcessorMode mode ) : System.Collections.Generic
registry WebLinksRegistry
httpOperationDescription System.ServiceModel.Description.HttpOperationDescription
mode MediaTypeProcessorMode
리턴 System.Collections.Generic