相关疑难解决方法(0)

WCF绑定使用的序列化的性能测试

我有以下对象:

public partial class Game
{
    public bool Finished { get; set; }

    public Guid GameGUID { get; set; }

    public long GameID { get; set; }

    public bool GameSetup { get; set; }

    public Nullable<int> MaximumCardsInDeck { get; set; }

    public Player Player { get; set; }

    public Player Player1 { get; set; }

    public bool Player1Connected { get; set; }

    public bool Player1EnvironmentSetup { get; set; }

    public long Player1ID { get; set; }

    public int Player1Won { …
Run Code Online (Sandbox Code Playgroud)

.net c# performance wcf wcf-binding

12
推荐指数
3
解决办法
1万
查看次数

标签 统计

.net ×1

c# ×1

performance ×1

wcf ×1

wcf-binding ×1