3

它目前在 8080 上运行,但我需要该端口用于其他服务。

4

1 回答 1

2

也许这个?

var store = new EmbeddableDocumentStore
                        {
                            Configuration =
                                {
                                    Port = 12345,
                                }
                        };
于 2012-06-16T02:44:25.037 回答