EndpointProtocolOptions Enumeration
Specifies the possible endpoint protocol options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration EndpointProtocolOptions
'Usage
Dim instance As EndpointProtocolOptions
[FlagsAttribute]
public enum EndpointProtocolOptions
[FlagsAttribute]
public enum class EndpointProtocolOptions
[<FlagsAttribute>]
type EndpointProtocolOptions
public enum EndpointProtocolOptions
Members
Member name | Description | |
---|---|---|
HttpAuthentication | The option is HttpAuthentication. | |
HttpAuthenticationRealm | The option is HttpAuthenticationRealm. | |
HttpClearPort | The option is HttpClearPort. | |
HttpCompression | The option is HttpCompression. | |
HttpDefaultLogonDomain | The option is HttpDefaultLogonDomain. | |
HttpOptions | The option is HttpOptions. | |
HttpPath | The option is HttpPath. | |
HttpPorts | The option is HttpPorts. | |
HttpSite | The option is HttpSite. | |
HttpSslPort | The option is HttpSslPort. | |
None | The option is None. | |
TcpListenerIP | The option is TcpListenerIP. | |
TcpListenerPort | The option is TcpListenerPort. | |
TcpOptions | The option is TcpOptions. |