abujehad139 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

GetBody on ServiceRequest should moved to a Body property #326

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ClientServiceRequest contains the following virtual method

protected virtual object GetBody()
        {
            return null;
        }

I think we should change it to following virtual property:
public object Body { get; protected set; }

Another issue to this on is maybe change that to generics.

Original issue reported on code.google.com by pele...@google.com on 17 May 2013 at 6:05

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 16 Aug 2013 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 1 Oct 2013 at 5:18

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 1 Oct 2013 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 28 Nov 2013 at 6:00