XdsObjects Help file
MedicalConnections.Security.EventArguments Namespace / ModifyBindingsArgs Class / Endpoint Property



In This Topic
    Endpoint Property (ModifyBindingsArgs)
    In This Topic
    The endpoint to which the connection is being made.
    Syntax
    Public Property Endpoint As EndpointAddress
    Dim instance As ModifyBindingsArgs
    Dim value As EndpointAddress
     
    instance.Endpoint = value
     
    value = instance.Endpoint
    public EndpointAddress Endpoint {get; set;}
    public:
    property EndpointAddress^ Endpoint {
       EndpointAddress^ get();
       void set (    EndpointAddress^ value);
    }
    Remarks
    Whilst this cannot be modified, it is provided in case the implementor wishes to use endpoint-specific behaviour
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also