public sealed class AppConnection.Types.ApplicationEndpoint : IMessage<AppConnection.Types.ApplicationEndpoint>, IEquatable<AppConnection.Types.ApplicationEndpoint>, IDeepCloneable<AppConnection.Types.ApplicationEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp AppConnections v1 API class AppConnection.Types.ApplicationEndpoint.
ApplicationEndpoint represents a remote application endpoint.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This page provides reference documentation for the `AppConnection.Types.ApplicationEndpoint` class within the BeyondCorp AppConnections v1 API."],["`ApplicationEndpoint` represents a remote application endpoint, and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers two constructors: a default constructor (`ApplicationEndpoint()`) and one that takes another `ApplicationEndpoint` object as a parameter (`ApplicationEndpoint(ApplicationEndpoint)`)."],["It includes `Host` and `Port` properties, which are required and represent the hostname/IP address and port of the remote application endpoint, respectively."],["The page contains a list of all of the versions associated with this API going back to version 1.0.0 and up to the latest version 1.4.0."]]],[]]