Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Samples
/ PortRangeConfig
Class
PortRangeConfig
SampleApps/WebView2APISample/AppWindow.h:93–97 ·
view source on GitHub ↗
Port range configuration
Source
from the content-addressed store, hash-verified
91
92
// Port range configuration
93
struct PortRangeConfig
94
{
95
INT32 minPort = 0;
96
INT32 maxPort = 0;
97
};
98
99
class AppWindow
100
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected