PipeStream.InBufferSize Propriedade
Definição
Obtém o tamanho, em bytes, do buffer de entrada para um pipe.Gets the size, in bytes, of the inbound buffer for a pipe.
public:
virtual property int InBufferSize { int get(); };
public virtual int InBufferSize { get; }
[get: System.Security.SecurityCritical]
public virtual int InBufferSize { get; }
member this.InBufferSize : int
[<get: System.Security.SecurityCritical>]
member this.InBufferSize : int
Public Overridable ReadOnly Property InBufferSize As Integer
Valor da propriedade
Um valor inteiro que representa o tamanho do buffer de entrada, em bytes.An integer value that represents the inbound buffer size, in bytes.
- Atributos
Exceções
O fluxo é ilegível.The stream is unreadable.
O pipe está aguardando para se conectar.The pipe is waiting to connect.
O pipe está interrompido ou ocorreu outro erro de E/S.The pipe is broken or another I/O error occurred.
Comentários
Se InBufferSize for 0, o tamanho do buffer será alocado conforme necessário.If InBufferSize is 0, the buffer size is allocated as needed.