AnonymousPipeServerStream Class
Exposes a stream around an anonymous pipe, which supports both synchronous and asynchronous read and write operations.
System::MarshalByRefObject
System.IO::Stream
System.IO.Pipes::PipeStream
System.IO.Pipes::AnonymousPipeServerStream
Assembly: System.Core (in System.Core.dll)
The AnonymousPipeServerStream type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AnonymousPipeServerStream() | Initializes a new instance of the AnonymousPipeServerStream class. |
![]() | AnonymousPipeServerStream(PipeDirection) | Initializes a new instance of the AnonymousPipeServerStream class with the specified pipe direction. |
![]() | AnonymousPipeServerStream(PipeDirection, HandleInheritability) | Initializes a new instance of the AnonymousPipeServerStream class with the specified pipe direction and inheritability mode. |
![]() | AnonymousPipeServerStream(PipeDirection, SafePipeHandle, SafePipeHandle) | Initializes a new instance of the AnonymousPipeServerStream class from the specified pipe handles. |
![]() | AnonymousPipeServerStream(PipeDirection, HandleInheritability, Int32) | Initializes a new instance of the AnonymousPipeServerStream class with the specified pipe direction, inheritability mode, and buffer size. |
![]() | AnonymousPipeServerStream(PipeDirection, HandleInheritability, Int32, PipeSecurity) | Initializes a new instance of the AnonymousPipeServerStream class with the specified pipe direction, inheritability mode, buffer size, and pipe security. |
| Name | Description | |
|---|---|---|
![]() | CanRead | Gets a value indicating whether the current stream supports read operations. (Inherited from PipeStream.) |
![]() | CanSeek | Gets a value indicating whether the current stream supports seek operations. (Inherited from PipeStream.) |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from Stream.) |
![]() | CanWrite | Gets a value indicating whether the current stream supports write operations. (Inherited from PipeStream.) |
![]() | ClientSafePipeHandle | Gets the safe handle for the AnonymousPipeClientStream object that is currently connected to the AnonymousPipeServerStream object. |
![]() | InBufferSize | Gets the size, in bytes, of the inbound buffer for a pipe. (Inherited from PipeStream.) |
![]() | IsAsync | Gets a value indicating whether a PipeStream object was opened asynchronously or synchronously. (Inherited from PipeStream.) |
![]() | IsConnected | Gets or sets a value indicating whether a PipeStream object is connected. (Inherited from PipeStream.) |
![]() | IsHandleExposed | Gets a value indicating whether a handle to a PipeStream object is exposed. (Inherited from PipeStream.) |
![]() | IsMessageComplete | Gets a value indicating whether there is more data in the message returned from the most recent read operation. (Inherited from PipeStream.) |
![]() | Length | Gets the length of a stream, in bytes. (Inherited from PipeStream.) |
![]() | OutBufferSize | Gets the size, in bytes, of the outbound buffer for a pipe. (Inherited from PipeStream.) |
![]() | Position | Gets or sets the current position of the current stream. (Inherited from PipeStream.) |
![]() | ReadMode | Sets the reading mode for the AnonymousPipeServerStream object. For anonymous pipes, transmission mode must be Byte. (Overrides PipeStream::ReadMode.) |
![]() | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) |
![]() | SafePipeHandle | Gets the safe handle for the local end of the pipe that the current PipeStream object encapsulates. (Inherited from PipeStream.) |
![]() | TransmissionMode | Gets the pipe transmission mode that is supported by the current pipe. (Overrides PipeStream::TransmissionMode.) |
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |
| Name | Description | |
|---|---|---|
![]() | BeginRead | Begins an asynchronous read operation. (Inherited from PipeStream.) |
![]() | BeginWrite | Begins an asynchronous write operation. (Inherited from PipeStream.) |
![]() | CheckPipePropertyOperations | Infrastructure. Verifies that the pipe is in a proper state for getting or setting properties. (Inherited from PipeStream.) |
![]() | CheckReadOperations | Infrastructure. Verifies that the pipe is in a connected state for read operations. (Inherited from PipeStream.) |
![]() | CheckWriteOperations | Infrastructure. Verifies that the pipe is in a connected state for write operations. (Inherited from PipeStream.) |
![]() | Close | Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. (Inherited from Stream.) |
![]() | CopyTo(Stream) | Reads the bytes from the current stream and writes them to the destination stream. (Inherited from Stream.) |
![]() | CopyTo(Stream, Int32) | Reads all the bytes from the current stream and writes them to a destination stream, using a specified buffer size. (Inherited from Stream.) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | CreateWaitHandle | Obsolete. Allocates a WaitHandle object. (Inherited from Stream.) |
![]() | Dispose() | Releases all resources used by the Stream. (Inherited from Stream.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the PipeStream class and optionally releases the managed resources. (Inherited from PipeStream.) |
![]() | DisposeLocalCopyOfClientHandle | Closes the local copy of the AnonymousPipeClientStream object's handle. |
![]() | EndRead | Ends a pending asynchronous read request. (Inherited from PipeStream.) |
![]() | EndWrite | Ends a pending asynchronous write request. (Inherited from PipeStream.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Flush | Clears the buffer for the current stream and causes any buffered data to be written to the underlying device. (Inherited from PipeStream.) |
![]() | GetAccessControl | Gets a PipeSecurity object that encapsulates the access control list (ACL) entries for the pipe described by the current PipeStream object. (Inherited from PipeStream.) |
![]() | GetClientHandleAsString | Gets the connected AnonymousPipeClientStream object's handle as a string. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeHandle | Initializes a PipeStream object from the specified SafePipeHandle object. (Inherited from PipeStream.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | ObjectInvariant | Infrastructure. Provides support for a Contract. (Inherited from Stream.) |
![]() | Read | Reads a block of bytes from a stream and writes the data to a specified buffer. (Inherited from PipeStream.) |
![]() | ReadByte | Reads a byte from a pipe. (Inherited from PipeStream.) |
![]() | Seek | Sets the current position of the current stream to the specified value. (Inherited from PipeStream.) |
![]() | SetAccessControl | Applies the access control list (ACL) entries specified by a PipeSecurity object to the pipe specified by the current PipeStream object. (Inherited from PipeStream.) |
![]() | SetLength | Sets the length of the current stream to the specified value. (Inherited from PipeStream.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WaitForPipeDrain | Waits for the other end of the pipe to read all sent bytes. (Inherited from PipeStream.) |
![]() | Write | Writes a block of bytes to the current stream using data from a buffer. (Inherited from PipeStream.) |
![]() | WriteByte | Writes a byte to the current stream. (Inherited from PipeStream.) |
Anonymous pipes help provide safe and secure interprocess communication between child and parent processes. The AnonymousPipeServerStream class enables a parent process to send or receive information from a child process.
Anonymous pipes are unnamed, one-way pipes that typically transfer data between parent and child processes. Anonymous pipes are always local; they cannot be used over a network. A PipeDirection value of InOut is not supported because anonymous pipes are defined to be one-way.
Anonymous pipes do not support Message read modes.
The client side of an anonymous pipe must be created from a pipe handle provided by the server side by calling the GetClientHandleAsString method. The string is then passed as a parameter when creating the client process. From the client process, it is then passed to the AnonymousPipeClientStream constructor as the pipeHandleAsString parameter.
The AnonymousPipeServerStream object must dispose the client handle using the DisposeLocalCopyOfClientHandle method in order to be notified when the client exits.
Note |
|---|
For Windows XP Professional and Windows 2000 Server, a maximum of 10 pipes can simultaneously connect over the network. |
Note |
|---|
The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: MayLeakOnAbort. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes. |
The following example demonstrates a way to send a string from a parent process to a child process using anonymous pipes. This example creates an AnonymousPipeServerStream object in a parent process with a PipeDirection value of Out. It also creates an AnonymousPipeClientStream object in a child process with a PipeDirection value of In. The parent process then sends a user-supplied string to the child process. The string is displayed to the console.
This example is for the server process, which uses the AnonymousPipeServerStream class. For the entire code example, including the code for both the pipe client and server, see How to: Use Anonymous Pipes to Communicate Between Local Processes.
#using <System.dll> #using <System.Core.dll> using namespace System; using namespace System::IO; using namespace System::IO::Pipes; using namespace System::Diagnostics; ref class PipeServer { public: static void Main() { Process^ pipeClient = gcnew Process(); pipeClient->StartInfo->FileName = "pipeClient.exe"; AnonymousPipeServerStream^ pipeServer = gcnew AnonymousPipeServerStream(PipeDirection::Out, HandleInheritability::Inheritable); // Show that anonymous pipes do not support Message mode. try { Console::WriteLine("[SERVER] Setting ReadMode to \"Message\"."); pipeServer->ReadMode = PipeTransmissionMode::Message; } catch (NotSupportedException^ e) { Console::WriteLine("[SERVER] Exception:\n {0}", e->Message); } Console::WriteLine("[SERVER] Current TransmissionMode: {0}.", pipeServer->TransmissionMode); // Pass the client process a handle to the server. pipeClient->StartInfo->Arguments = pipeServer->GetClientHandleAsString(); pipeClient->StartInfo->UseShellExecute = false; pipeClient->Start(); pipeServer->DisposeLocalCopyOfClientHandle(); try { // Read user input and send that to the client process. StreamWriter^ sw = gcnew StreamWriter(pipeServer); sw->AutoFlush = true; // Send a 'sync message' and wait for client to receive it. sw->WriteLine("SYNC"); pipeServer->WaitForPipeDrain(); // Send the console input to the client process. Console::Write("[SERVER] Enter text: "); sw->WriteLine(Console::ReadLine()); sw->Close(); } // Catch the IOException that is raised if the pipe is broken // or disconnected. catch (IOException^ e) { Console::WriteLine("[SERVER] Error: {0}", e->Message); } pipeServer->Close(); pipeClient->WaitForExit(); pipeClient->Close(); Console::WriteLine("[SERVER] Client quit. Server terminating."); } }; int main() { PipeServer::Main(); }
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
