Partilhar via


Propriedade IDevicePacketStream.Buffering

Ativa ou desativa o algoritmo de buffer do Nagle no fluxo.Por padrão, ele é habilitado.

Namespace:  Microsoft.SmartDevice.DeviceAgentTransport
Assembly:  Microsoft.SmartDevice.DeviceAgentTransport (em Microsoft.SmartDevice.DeviceAgentTransport.dll)

Sintaxe

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 propriedade

Tipo: System.Boolean
Retornatrue ativado, false para desabilitado.

Comentários

Use true ativado, false para desabilitado.

Permissões

Consulte também

Referência

IDevicePacketStream Interface

Membros IDevicePacketStream

Namespace Microsoft.SmartDevice.DeviceAgentTransport