你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CosmosClientBuilder.WithConnectionModeGateway 方法

定义

将连接模式设置为网关。 客户端在连接到 Azure Cosmos DB 服务时使用此服务。

public Azure.Cosmos.Fluent.CosmosClientBuilder WithConnectionModeGateway (int? maxConnectionLimit = default, System.Net.IWebProxy webProxy = default);
member this.WithConnectionModeGateway : Nullable<int> * System.Net.IWebProxy -> Azure.Cosmos.Fluent.CosmosClientBuilder
Public Function WithConnectionModeGateway (Optional maxConnectionLimit As Nullable(Of Integer) = Nothing, Optional webProxy As IWebProxy = Nothing) As CosmosClientBuilder

参数

maxConnectionLimit
Nullable<Int32>

数字指定等待响应从网络对等方返回的时间。 默认值为 60 个连接

webProxy
IWebProxy

获取或设置用于 Web 请求的代理信息。

返回

当前的 CosmosClientBuilder

注解

有关详细信息,请参阅 连接策略:使用直接连接模式

适用于

另请参阅