XboxLiveEndpointPairTemplate.AcceptorBoundPortRangeLower Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the lower limit of the acceptor-bound port range, as defined in the app network manifest.
Important
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public:
property unsigned short AcceptorBoundPortRangeLower { unsigned short get(); };
uint16_t AcceptorBoundPortRangeLower();
public ushort AcceptorBoundPortRangeLower { get; }
var uInt16 = xboxLiveEndpointPairTemplate.acceptorBoundPortRangeLower;
Public ReadOnly Property AcceptorBoundPortRangeLower As UShort
Property Value
The lower limit of the acceptor-bound port range.