PipeStream.OutBufferSize 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 outbound buffer for a pipe.
public:
virtual property int OutBufferSize { int get(); };
public virtual int OutBufferSize { get; }
public virtual int OutBufferSize { [System.Security.SecurityCritical] get; }
member this.OutBufferSize : int
[<get: System.Security.SecurityCritical>]
member this.OutBufferSize : int
Public Overridable ReadOnly Property OutBufferSize As Integer
Property Value
The outbound buffer size, in bytes.
- Attributes
Exceptions
The stream is unwriteable.
The pipe is waiting to connect.
The pipe is broken or another I/O error occurred.
Remarks
If OutBufferSize is 0, the buffer size is allocated as needed.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.