EndpointProtocolOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The possible endpoint protocol options
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum EndpointProtocolOptions
[<System.Flags>]
type EndpointProtocolOptions =
Public Enum EndpointProtocolOptions
- Inheritance
-
EndpointProtocolOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
HttpAuthenticationRealm | 1 | |
HttpAuthentication | 2 | |
HttpClearPort | 4 | |
HttpCompression | 8 | |
HttpDefaultLogonDomain | 16 | |
HttpPath | 32 | |
HttpPorts | 64 | |
HttpSite | 128 | |
HttpSslPort | 256 | |
HttpOptions | 511 | |
TcpListenerIP | 512 | |
TcpListenerPort | 1024 | |
TcpOptions | 1536 |