SocketClientAccessPolicyProtocol Výčet

Definice

Upozornění

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

Určuje metodu pro stažení souboru zásad klientského přístupu.

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
Dědičnost
SocketClientAccessPolicyProtocol
Atributy

Pole

Http 1

Soubor zásad soketu se stáhne pomocí protokolu HTTP spuštěného na portu TCP 943.

Tcp 0

Soubor zásad soketu se stáhne pomocí vlastního protokolu TCP spuštěného na portu TCP 943.

Platí pro