StreamSocketListenerControl.QualityOfService 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.
The quality of service to be set on a StreamSocket object created when a connection is received by the StreamSocketListener object.
public:
property SocketQualityOfService QualityOfService { SocketQualityOfService get(); void set(SocketQualityOfService value); };
SocketQualityOfService QualityOfService();
void QualityOfService(SocketQualityOfService value);
public SocketQualityOfService QualityOfService { get; set; }
var socketQualityOfService = streamSocketListenerControl.qualityOfService;
streamSocketListenerControl.qualityOfService = socketQualityOfService;
Public Property QualityOfService As SocketQualityOfService
Property Value
The quality of service set on a StreamSocket object created when a connection is received by the StreamSocketListener object.
Windows requirements
App capabilities |
ID_CAP_NETWORKING [Windows Phone]
|