Edit

Share via


EndpointTransitionReason Enum

Definition

Indicates possible reasons for state transitions.

public enum class EndpointTransitionReason
public enum EndpointTransitionReason
type EndpointTransitionReason = 
Public Enum EndpointTransitionReason
Inheritance
EndpointTransitionReason

Fields

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.

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.

Listening 12

The application enabled listening.

NoListeningAddresses 2

There are no remaining listening addresses.

None 0

No reason or unknown reason.

StoppedListening 13

The application stopped listening.

TerminatedLocally 1

The local application requested the termination.

Timeout 7

There was a timeout during initialization.

TooManyActiveEndpoint 4

The number of active endpoints exceeds the limit.

UnableToListen 3

Unable to listen for incoming invitations.

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.

UserChanged 5

The user has been changed.

UserMoved 6

The user has been moved.

Applies to