XboxLiveEndpointPairTemplate.InitiatorBoundPortRangeLower Property

Definition

Gets the lower limit of the initiator 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 InitiatorBoundPortRangeLower { unsigned short get(); };
uint16_t InitiatorBoundPortRangeLower();
public ushort InitiatorBoundPortRangeLower { get; }
var uInt16 = xboxLiveEndpointPairTemplate.initiatorBoundPortRangeLower;
Public ReadOnly Property InitiatorBoundPortRangeLower As UShort

Property Value

UInt16

unsigned short

uint16_t

The lower limit of the initiator bound port range.

Applies to