Enum ContextPropertySource
Defines the source of the message property value to be taken from.
Namespace: Nevatech.Vsb.Repository.Processing
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ContextPropertySource
  Fields
| Name | Description | 
|---|---|
| CacheProperty | Take value from the service-wide general purpose cache.  | 
      
| Claim | Take the specified identity claim value.  | 
      
| Constant | Assign a constant value.  | 
      
| ContextProperty | Extract value from another context property stored in the Properties collection.  | 
      
| Guid | Populate the property with a newly generated GUID value.  | 
      
| HttpHeader | Take value from HTTP header.  | 
      
| HttpMethod | Take value from HTTP request method.  | 
      
| HttpStatus | Take value from HTTP status code.  | 
      
| MessageBody | Extract value from the message body.  | 
      
| MessageProperty | Extract value from the Properties collection.  | 
      
| QueryParameter | Take value from an URI query parameter.  | 
      
| RelativeUri | Take the value from the URI relative to the endpoint address.  | 
      
| SoapHeader | Take value from SOAP header.  |