예제 #1
0
        Queue <object> GetQueue()
        {
            var key = this.Context.CallContext.RequestHeaders.GetValue(Key);

            return(valueProvider.GetValue(key));
        }
예제 #2
0
        Dictionary <object, object> GetDictionary()
        {
            var key = this.Context.CallContext.RequestHeaders.GetValue(Key);

            return(valueProvider.GetValue(key));
        }