Added hammock project to debug streaming issues
[pithos-ms-client] / trunk / hammock / src / net35 / Hammock / Web / WebMethod.cs
1 namespace Hammock.Web
2 {
3     public enum WebMethod
4     {
5         Get,
6         Post,
7         Delete,
8         Put,
9         Head,
10         Options
11     }
12 }