XboxLiveEndpointPairTemplate.AcceptorBoundPortRangeLower Property

Definition

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

UInt16

unsigned short

uint16_t

The lower limit of the acceptor-bound port range.

Applies to