SocketClientAccessPolicyProtocol Enumerazione

Definizione

Attenzione

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

Specifica il metodo per scaricare un file dei criteri di accesso 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
Ereditarietà
SocketClientAccessPolicyProtocol
Attributi

Campi

Http 1

Il file dei criteri del socket viene scaricato usando il protocollo HTTP in esecuzione sulla porta TCP 943.

Tcp 0

Il file dei criteri del socket viene scaricato usando un protocollo TCP personalizzato in esecuzione sulla porta TCP 943.

Si applica a