C# 클래스 Microsoft.Azure.WebJobs.Script.Binding.HttpTriggerAttributeBindingProvider.HttpTriggerBinding

상속: ITriggerBinding
파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script 1 사용 예제들

공개 메소드들

메소드 설명
BindAsync ( object value, Microsoft.Azure.WebJobs.Host.Bindings.ValueBindingContext context ) : Task
CreateListenerAsync ( Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryContext context ) : Task
HttpTriggerBinding ( HttpTriggerAttribute attribute, ParameterInfo parameter, bool isUserTypeBinding ) : System
ToInvokeString ( HttpRequestMessage request ) : string
ToParameterDescriptor ( ) : ParameterDescriptor

비공개 메소드들

메소드 설명
ApplyBindingData ( object target, object>.IDictionary bindingData ) : void
ConvertValueIfNecessary ( object value, Type targetType ) : object
CreateUserTypeValueProvider ( HttpRequestMessage request, string invokeString ) : Task
GetRequestBindingDataAsync ( HttpRequestMessage request, Type>.Dictionary bindingDataContract = null ) : object>>.Task

메소드 상세

BindAsync() 공개 메소드

public BindAsync ( object value, Microsoft.Azure.WebJobs.Host.Bindings.ValueBindingContext context ) : Task
value object
context Microsoft.Azure.WebJobs.Host.Bindings.ValueBindingContext
리턴 Task

CreateListenerAsync() 공개 메소드

public CreateListenerAsync ( Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryContext context ) : Task
context Microsoft.Azure.WebJobs.Host.Listeners.ListenerFactoryContext
리턴 Task

HttpTriggerBinding() 공개 메소드

public HttpTriggerBinding ( HttpTriggerAttribute attribute, ParameterInfo parameter, bool isUserTypeBinding ) : System
attribute HttpTriggerAttribute
parameter System.Reflection.ParameterInfo
isUserTypeBinding bool
리턴 System

ToInvokeString() 공개 정적인 메소드

public static ToInvokeString ( HttpRequestMessage request ) : string
request System.Net.Http.HttpRequestMessage
리턴 string

ToParameterDescriptor() 공개 메소드

public ToParameterDescriptor ( ) : ParameterDescriptor
리턴 ParameterDescriptor