ClientConnectionFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ClientConnectionFilter class is used to help construct valid OData filter parameter to be used by Send* APIs by automatically replacing, quoting, and escaping interpolated parameters. For more information, see Filters in Azure Web PubSub.
public static class ClientConnectionFilter
type ClientConnectionFilter = class
Public Class ClientConnectionFilter
- Inheritance
-
ClientConnectionFilter
Methods
Create(FormattableString, IFormatProvider) |
Create an OData filter expression from an interpolated string. The interpolated values will be quoted and escaped as necessary. |
Create(FormattableString) |
Create an OData filter expression from an interpolated string. The interpolated values will be quoted and escaped as necessary. |
Applies to
Azure SDK for .NET