Condividi tramite


StreamSocketInformation.RoundTripTimeStatistics Proprietà

Definizione

Ottiene informazioni sull'ora di round trip per un oggetto StreamSocket .

Si noti che le statistiche restituite sono basate sulle statistiche TCP estese, abilitate per impostazione predefinita nelle versioni client di Windows, ma disabilitate per impostazione predefinita per motivi di prestazioni nelle versioni server di Windows. Se le statistiche TCP estese non sono disponibili, tutte le statistiche numeriche restituite sono impostate su 0 e le statistiche booleane vengono impostate su false.

public:
 property RoundTripTimeStatistics RoundTripTimeStatistics { RoundTripTimeStatistics get(); };
RoundTripTimeStatistics RoundTripTimeStatistics();
public RoundTripTimeStatistics RoundTripTimeStatistics { get; }
var roundTripTimeStatistics = streamSocketInformation.roundTripTimeStatistics;
Public ReadOnly Property RoundTripTimeStatistics As RoundTripTimeStatistics

Valore della proprietà

Informazioni sull'ora di round trip per un oggetto StreamSocket .

Requisiti Windows

Funzionalità dell'app
ID_CAP_NETWORKING [Windows Phone]

Si applica a

Vedi anche