ConnectionPolicy.ConnectionProtocol Property

Definition

Gets or sets the connection protocol when connecting to the Azure DocumentDB database service.

public Microsoft.Azure.Documents.Client.Protocol ConnectionProtocol { get; set; }
Property Value

Default value is Https.

Remarks

This setting is not used when ConnectionMode is set to Gateway. Gateway mode only supports HTTPS. For more information, see Connection policy: Use the TCP protocol.