XboxLiveEndpointPairTemplate.AcceptorBoundPortRangeUpper Property

Definition

Gets the upper 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 AcceptorBoundPortRangeUpper { unsigned short get(); };
uint16_t AcceptorBoundPortRangeUpper();
public ushort AcceptorBoundPortRangeUpper { get; }
var uInt16 = xboxLiveEndpointPairTemplate.acceptorBoundPortRangeUpper;
Public ReadOnly Property AcceptorBoundPortRangeUpper As UShort

Property Value

UInt16

unsigned short

uint16_t

The upper limit of the acceptor-bound port range.

Applies to