FubuMVC.Core.ServiceBus.Runtime.Headers.NameValueHeaders.ToNameValues C# (CSharp) Method

ToNameValues() public method

public ToNameValues ( ) : NameValueCollection
return System.Collections.Specialized.NameValueCollection
        public NameValueCollection ToNameValues()
        {
            return _inner;
        }