PipeStream.TransmissionMode 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 pipe transmission mode supported by the current pipe.
public:
virtual property System::IO::Pipes::PipeTransmissionMode TransmissionMode { System::IO::Pipes::PipeTransmissionMode get(); };
public virtual System.IO.Pipes.PipeTransmissionMode TransmissionMode { get; }
public virtual System.IO.Pipes.PipeTransmissionMode TransmissionMode { [System.Security.SecurityCritical] get; }
member this.TransmissionMode : System.IO.Pipes.PipeTransmissionMode
[<get: System.Security.SecurityCritical>]
member this.TransmissionMode : System.IO.Pipes.PipeTransmissionMode
Public Overridable ReadOnly Property TransmissionMode As PipeTransmissionMode
Property Value
One of the PipeTransmissionMode values that indicates the transmission mode supported by the current pipe.
- Attributes
Exceptions
The pipe is closed.
The handle has not been set.
-or-
The pipe is waiting to connect in an anonymous client/server operation or with a named client.
The pipe is broken or another I/O error occurred.
Remarks
Anonymous pipes do not support Message mode message transmission.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET