IDevicePacketStream.MaxPacketSize (Propiedad)

Actualización: noviembre 2007

Obtiene el tamaño máximo del paquete, limitado por el mecanismo de transporte subyacente.

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

Sintaxis

ReadOnly Property MaxPacketSize As Integer

Dim instance As IDevicePacketStream
Dim value As Integer

value = instance.MaxPacketSize
int MaxPacketSize { get; }
property int MaxPacketSize {
    int get ();
}
function get MaxPacketSize () : int

Valor de propiedad

Tipo: System.Int32

Este método devuelve el límite del tamaño del paquete en número de bytes.

Permisos

Vea también

Referencia

IDevicePacketStream (Interfaz)

IDevicePacketStream (Miembros)

Microsoft.SmartDevice.DeviceAgentTransport (Espacio de nombres)