Added hammock project to debug streaming issues
[pithos-ms-client] / trunk / hammock / src / net35 / Hammock / Attributes / Specialized / UserAgentAttribute.cs
1 using System;
2
3 namespace Hammock.Attributes.Specialized
4 {
5 #if !SILVERLIGHT
6     [Serializable]
7 #endif
8     [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
9     public class UserAgentAttribute : Attribute
10     {
11
12     }
13 }