Propiedad PooledStream. NetworkStreamPooledStream.NetworkStream Property
Obtiene o establece la secuencia de red para el socket PooledStream
.Gets or sets the network stream for the PooledStream
socket.
SintaxisSyntax
internal NetworkStream NetworkStream { get; set; }
Valor de propiedadProperty value
NetworkStream
La secuencia de red para el socket de PooledStream
.The network stream for the PooledStream
socket.
ComentariosRemarks
Advertencia
La propiedad PooledStream.NetworkStream
es interna y no está diseñada para usarse directamente en el código.The PooledStream.NetworkStream
property is internal and is not meant to be used directly in your code.
Microsoft no admite el uso de esta propiedad en una aplicación de producción bajo ninguna circunstancia.Microsoft does not support the use of this property in a production application under any circumstance.
RequisitosRequirements
Espacio de nombres: System.NetNamespace: System.Net
Ensamblado: Sistema (en System. dll)Assembly: System (in System.dll)
.NET Framework versiones: Disponible desde 2,0..NET Framework versions: Available since 2.0.
Comentarios
Cargando comentarios...