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 pour 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

Http 1

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

Tcp 0

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

S’applique à