Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

uap4:LoopbackAccessRules

Contains rules for a loopback filter that enables communication between an app and a service.

Element hierarchy

<Package>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <uap4:Extension>
               └─ <uap4:LoopbackAccessRules>

Syntax

<uap4:LoopbackAccessRules>

 <!-- Child elements -->
 uap4:Rule{0,1000}

</uap4:LoopbackAccessRules>

Key

{} specific range of occurrences

Attributes

None.

Child elements

Child element Description
uap4:Rule Defines rules for inbound and outbound loopback connections.

Parent elements

Parent element Description
uap4:Extension Declares an extensibility point for the app.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/4
Minimum OS Version Windows 10 version 1703 (Build 15063)

Remarks

Loopback connections are supported only for TCP connections.

Note

The UDP protocol is not supported.

Examples


Feedback

Was this page helpful?

Additional resources