IDevicePacketStream.Buffering, propriété

Mise à jour : novembre 2007

Active ou désactive l'algorithme Nagle de mise en mémoire tampon sur le flux de données. Par défaut, il est activé.

Espace de noms :  Microsoft.SmartDevice.DeviceAgentTransport
Assembly :  Microsoft.SmartDevice.DeviceAgentTransport (dans Microsoft.SmartDevice.DeviceAgentTransport.dll)

Syntaxe

Property Buffering As Boolean

Dim instance As IDevicePacketStream
Dim value As Boolean

value = instance.Buffering

instance.Buffering = value
bool Buffering { get; set; }
property bool Buffering {
    bool get ();
    void set (bool value);
}
function get Buffering () : boolean
function set Buffering (value : boolean)

Valeur de propriété

Type : System.Boolean

Retourne true pour activé, false pour désactivé.

Notes

Utilisez true pour activé, et false pour désactivé.

Autorisations

Voir aussi

Référence

IDevicePacketStream, interface

Membres IDevicePacketStream

Microsoft.SmartDevice.DeviceAgentTransport, espace de noms