milestonexprotectwspython.xpwserviceendpoint

Module: xpwserviceendpoint.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPWServiceEndpoint:

Service Endpoint information returned by a ServiceRegistrationService GetService call.

Threadsafety:

This class is fully thread-safe.

XPWServiceEndpoint()

Initializes a new instance of the class.

Authentication: str

Gets the Authentication property value.

Returns:

The type of authentication used (e.g. Basic, Windows, etc) by the service endpoint.

Description: str

Gets the Description property value.

Returns:

A short description of what the service endpoint provides.

Name: str

Gets the Name property value.

Returns:

The name of the service endpoint.

Uri: str

Gets the Uri property value.

Returns:

The URI at which the service endpoint can be accessed at.