SocketClientAccessPolicyProtocol Enumeration

Definition

Achtung

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

Gibt die Methode zum Herunterladen einer Clientzugriffsrichtliniendatei an.

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
Vererbung
SocketClientAccessPolicyProtocol
Attribute

Felder

Name Wert Beschreibung
Tcp 0

Die Socketrichtliniendatei wird mithilfe eines benutzerdefinierten TCP-Protokolls heruntergeladen, das auf TCP-Port 943 ausgeführt wird.

Http 1

Die Socketrichtliniendatei wird mithilfe des HTTP-Protokolls heruntergeladen, das auf TCP-Port 943 ausgeführt wird.

Gilt für: