PortProtocol
TCPis the default inwinrt_ContainerPortMapping.h.- The value is passed directly to
WslcContainerPortMapping::protocol.
Underlying C values:
TCP = 0UDP = 1
ContainerPortMapping mapping{ 8080, 80, PortProtocol::TCP };
TCP is the default in winrt_ContainerPortMapping.h.WslcContainerPortMapping::protocol.Underlying C values:
TCP = 0UDP = 1ContainerPortMapping mapping{ 8080, 80, PortProtocol::TCP };