EndpointTransitionReason 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.
Indicates possible reasons for state transitions.
public enum class EndpointTransitionReason
public enum EndpointTransitionReason
type EndpointTransitionReason =
Public Enum EndpointTransitionReason
- Inheritance
-
EndpointTransitionReason
Fields
Name | Value | Description |
---|---|---|
None | 0 | No reason or unknown reason. |
TerminatedLocally | 1 | The local application requested the termination. |
NoListeningAddresses | 2 | There are no remaining listening addresses. |
UnableToListen | 3 | Unable to listen for incoming invitations. |
TooManyActiveEndpoint | 4 | The number of active endpoints exceeds the limit. |
UserChanged | 5 | The user has been changed. |
UserMoved | 6 | The user has been moved. |
Timeout | 7 | There was a timeout during initialization. |
UnauthorizedAccess | 8 | The credentials may be valid but are for a different URI. The application may wish to reprompt for credentials and the URI, or fail based on its requirements. |
Credentials | 9 | If credentials were specified, the password may be invalid or other problems with the credentials occurred. If default credentials were used, credentials are required. The application supplies new credentials to try again. This may mean prompting the user, depending on the application. |
Authentication | 10 | A fatal authentication error occurred. Examples may be that clocks are out of sync on the client and server when using Kerberos, or a server could not be contacted. |
ConnectionFailure | 11 | Unable to connect to a remote computer due to DNS or network issues. May possibly reprompt for server name, or peer address and port number, as appropriate. |
Listening | 12 | The application enabled listening. |
StoppedListening | 13 | The application stopped listening. |