Megosztás a következőn keresztül:


ClientConnectionFilter Class

Definition

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)

Create an OData filter expression from an interpolated string. The interpolated values will be quoted and escaped as necessary.

Create(FormattableString, IFormatProvider)

Create an OData filter expression from an interpolated string. The interpolated values will be quoted and escaped as necessary.

Applies to