You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I has update the WebApiConfig.cs ,add the config.Formatters.Add(new ProtoBufFormatter()) but the client received content is null. In the controller it like this
` public Order Get(String id)
{
var itemList = new List();
var item = new Order();
item.MemberName = "wewewe";
item.OrderId = 987456321;
return item;
}`
How to use it.
The text was updated successfully, but these errors were encountered:
I has update the WebApiConfig.cs ,add the config.Formatters.Add(new ProtoBufFormatter()) but the client received content is null. In the controller it like this
` public Order Get(String id)
{
var itemList = new List();
var item = new Order();
item.MemberName = "wewewe";
item.OrderId = 987456321;
How to use it.
The text was updated successfully, but these errors were encountered: