Compartilhar via


ServiceBrokerClientMetadata.SupportedConnections Propriedade

Definição

Obtém ou define as conexões de serviço remoto compatíveis com o cliente.

public:
 property Microsoft::ServiceHub::Framework::RemoteServiceConnections SupportedConnections { Microsoft::ServiceHub::Framework::RemoteServiceConnections get(); void set(Microsoft::ServiceHub::Framework::RemoteServiceConnections value); };
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public Microsoft.ServiceHub.Framework.RemoteServiceConnections SupportedConnections { get; set; }
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
public Microsoft.ServiceHub.Framework.RemoteServiceConnections SupportedConnections { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
member this.SupportedConnections : Microsoft.ServiceHub.Framework.RemoteServiceConnections with get, set
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.SupportedConnections : Microsoft.ServiceHub.Framework.RemoteServiceConnections with get, set
Public Property SupportedConnections As RemoteServiceConnections

Valor da propriedade

Atributos
Newtonsoft.Json.JsonConverterAttribute JsonConverterAttribute IsReadOnlyAttribute

Comentários

Isso permite que um IRemoteServiceBroker escolha o tipo de conexão mutuamente compatível ideal ao responder a solicitações de serviço futuras.

Aplica-se a