HttpListener Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticationSchemes | Gets or sets the scheme used to authenticate clients. |
![]() | AuthenticationSchemeSelectorDelegate | Gets or sets the delegate called to determine the protocol used to authenticate clients. |
![]() | DefaultServiceNames | Gets a default list of Service Provider Names (SPNs) as determined by registered prefixes. |
![]() | ExtendedProtectionPolicy | Get or set the ExtendedProtectionPolicy to use for extended protection for a session. |
![]() | ExtendedProtectionSelectorDelegate | Get or set the delegate called to determine the ExtendedProtectionPolicy to use for each request. |
![]() | IgnoreWriteExceptions | Gets or sets a Boolean value that specifies whether your application receives exceptions that occur when an HttpListener sends the response to the client. |
![]() | IsListening | Gets a value that indicates whether HttpListener has been started. |
![]() ![]() | IsSupported | Gets a value that indicates whether HttpListener can be used with the current operating system. |
![]() | Prefixes | Gets the Uniform Resource Identifier (URI) prefixes handled by this HttpListener object. |
![]() | Realm | Gets or sets the realm, or resource partition, associated with this HttpListener object. |
![]() | TimeoutManager | The timeout manager for this HttpListener instance. |
![]() | UnsafeConnectionNtlmAuthentication | Gets or sets a Boolean value that controls whether, when NTLM is used, additional requests using the same Transmission Control Protocol (TCP) connection are required to authenticate. |

