SocketClientAccessPolicyProtocol Enum
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Menentukan metode untuk mengunduh file kebijakan akses klien.
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
- Warisan
- Atribut
Bidang
Http | 1 | File kebijakan soket diunduh menggunakan protokol HTTP yang berjalan pada port TCP 943. |
Tcp | 0 | File kebijakan soket diunduh menggunakan protokol TCP kustom yang berjalan pada port TCP 943. |
Berlaku untuk
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.