PipeStream.InBufferSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size, in bytes, of the inbound buffer for a pipe.
public:
virtual property int InBufferSize { int get(); };
public virtual int InBufferSize { get; }
public virtual int InBufferSize { [System.Security.SecurityCritical] get; }
member this.InBufferSize : int
[<get: System.Security.SecurityCritical>]
member this.InBufferSize : int
Public Overridable ReadOnly Property InBufferSize As Integer
Property Value
An integer value that represents the inbound buffer size, in bytes.
- Attributes
Exceptions
The stream is unreadable.
The pipe is waiting to connect.
The pipe is broken or another I/O error occurred.
Remarks
If InBufferSize is 0, the buffer size is allocated as needed.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.