SocketClientAccessPolicyProtocol Énumération

Définition

Attention

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Spécifie la méthode permettant de télécharger un fichier de stratégie d’accès client.

public enum class SocketClientAccessPolicyProtocol
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public enum SocketClientAccessPolicyProtocol
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type SocketClientAccessPolicyProtocol = 
Public Enum SocketClientAccessPolicyProtocol
Héritage
SocketClientAccessPolicyProtocol
Attributs

Champs

Nom Valeur Description
Tcp 0

Le fichier de stratégie de socket est téléchargé à l’aide d’un protocole TCP personnalisé s’exécutant sur le port TCP 943.

Http 1

Le fichier de stratégie de socket est téléchargé à l’aide du protocole HTTP exécuté sur le port TCP 943.

S’applique à