System.IO.Pipes.AnonymousPipeClientStream
E708199
System.IO.Pipes.AnonymousPipeClientStream is a .NET class that provides a client-side stream for interprocess communication using anonymous pipes.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.IO.Pipes.AnonymousPipeClientStream canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897406 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: System.IO.Pipes.AnonymousPipeClientStream Context triple: [System.IO, containsType, System.IO.Pipes.AnonymousPipeClientStream]
-
A.
System.IO.Pipes.NamedPipeClientStream
System.IO.Pipes.NamedPipeClientStream is a .NET class that enables client-side communication over named pipes for inter-process communication on the same machine or across a network.
-
B.
System.IO.Stream
System.IO.Stream is an abstract base class in .NET that represents a generic sequence of bytes and provides a common interface for reading from and writing to data sources such as files, memory, and network connections.
-
C.
System.IO.FileStream
System.IO.FileStream is a .NET class that provides a stream for reading from and writing to files on disk with support for synchronous and asynchronous I/O operations.
-
D.
System.IO.BufferedStream
System.IO.BufferedStream is a .NET stream wrapper that adds an in-memory buffer to another stream to improve read and write performance.
-
E.
System.Net.Sockets.UdpClient
System.Net.Sockets.UdpClient is a .NET class that provides a simple, high-level API for sending and receiving UDP datagrams over the network.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.IO.Pipes.AnonymousPipeClientStream Target entity description: System.IO.Pipes.AnonymousPipeClientStream is a .NET class that provides a client-side stream for interprocess communication using anonymous pipes.
-
A.
System.IO.Pipes.NamedPipeClientStream
System.IO.Pipes.NamedPipeClientStream is a .NET class that enables client-side communication over named pipes for inter-process communication on the same machine or across a network.
-
B.
System.IO.Stream
System.IO.Stream is an abstract base class in .NET that represents a generic sequence of bytes and provides a common interface for reading from and writing to data sources such as files, memory, and network connections.
-
C.
System.IO.FileStream
System.IO.FileStream is a .NET class that provides a stream for reading from and writing to files on disk with support for synchronous and asynchronous I/O operations.
-
D.
System.IO.BufferedStream
System.IO.BufferedStream is a .NET stream wrapper that adds an in-memory buffer to another stream to improve read and write performance.
-
E.
System.Net.Sockets.UdpClient
System.Net.Sockets.UdpClient is a .NET class that provides a simple, high-level API for sending and receiving UDP datagrams over the network.
- F. None of above. chosen
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
reference type ⓘ stream class ⓘ |
| assembly |
System.Core
NERFINISHED
ⓘ
System.IO.Pipes NERFINISHED ⓘ System.Runtime NERFINISHED ⓘ mscorlib NERFINISHED ⓘ |
| communicationDirection | one-way ⓘ |
| distinguishedFrom | System.IO.Pipes.NamedPipeClientStream NERFINISHED ⓘ |
| handlePassing | client handle typically passed as string to child process ⓘ |
| hasConstructor |
AnonymousPipeClientStream(PipeDirection, HandleInheritability, SafePipeHandle)
NERFINISHED
ⓘ
AnonymousPipeClientStream(PipeDirection, HandleInheritability, string) ⓘ AnonymousPipeClientStream(PipeDirection, SafePipeHandle) NERFINISHED ⓘ AnonymousPipeClientStream(PipeDirection, string) ⓘ |
| hasMethod |
Close()
ⓘ
Dispose() ⓘ Flush() ⓘ Read(byte[], int, int) ⓘ ReadAsync(byte[], int, int, CancellationToken) NERFINISHED ⓘ WaitForPipeDrain() ⓘ Write(byte[], int, int) ⓘ WriteAsync(byte[], int, int, CancellationToken) ⓘ |
| hasProperty |
InBufferSize
ⓘ
IsAsync ⓘ IsConnected ⓘ OutBufferSize ⓘ SafePipeHandle NERFINISHED ⓘ TransmissionMode ⓘ |
| implements | IDisposable ⓘ |
| inheritsFrom |
System.IO.Pipes.PipeStream
ⓘ
System.IO.Stream NERFINISHED ⓘ |
| introducedIn | .NET Framework 3.5 NERFINISHED ⓘ |
| namespace | System.IO.Pipes NERFINISHED ⓘ |
| pipeType | anonymous pipe ⓘ |
| platform |
Linux
ⓘ
Windows ⓘ macOS ⓘ |
| purpose |
client-side access to anonymous pipes
ⓘ
interprocess communication ⓘ |
| securityCharacteristic | does not support security descriptors ⓘ |
| supports |
.NET 5+
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| supportsOperation |
asynchronous read
ⓘ
asynchronous write ⓘ read ⓘ write ⓘ |
| threadSafety | instance members are not guaranteed to be thread-safe ⓘ |
| usagePattern | used with AnonymousPipeServerStream ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: System.IO.Pipes.AnonymousPipeClientStream Description of subject: System.IO.Pipes.AnonymousPipeClientStream is a .NET class that provides a client-side stream for interprocess communication using anonymous pipes.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.