SqlNetURI

This property specifies the WebSocket universal resource identifier.

Declaration

// C#
public static string SqlNetURI { get; set; }

Property Type

System.String

This property is Request-URI of the HTTP GET method. It identifies the endpoint of the WebSocket connection, both to allow multiple domains to be served from one IP address and to allow multiple WebSocket endpoints to be served by a single server.

When setting the URI in unmanaged ODP.NET, it cannot begin with a forward slash character. For managed ODP.NET and ODP.NET Core, the forward slash at the beginning of the URI is optional.

Default value is sqlnet.