IDevicePacketStream.Buffering (Propiedad)

Actualización: noviembre 2007

Habilita o deshabilita el algoritmo de almacenamiento en búfer de Nagle en la secuencia. Está habilitado de forma predeterminada.

Espacio de nombres:  Microsoft.SmartDevice.DeviceAgentTransport
Ensamblado:  Microsoft.SmartDevice.DeviceAgentTransport (en Microsoft.SmartDevice.DeviceAgentTransport.dll)

Sintaxis

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)

Valor de propiedad

Tipo: System.Boolean

Devuelve true para habilitarlo y false para deshabilitarlo.

Comentarios

Use true para habilitarlo, false para deshabilitarlo.

Permisos

Vea también

Referencia

IDevicePacketStream (Interfaz)

IDevicePacketStream (Miembros)

Microsoft.SmartDevice.DeviceAgentTransport (Espacio de nombres)