PipeServer Class
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.
The PipeServer class supports the server side of a named pipe connection.
public ref class PipeServer : Microsoft::Dynamics::Ax::Xpp::XppObjectBase
[Microsoft.Dynamics.Ax.Xpp.KernelClass]
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public class PipeServer : Microsoft.Dynamics.Ax.Xpp.XppObjectBase
[<Microsoft.Dynamics.Ax.Xpp.KernelClass>]
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
type PipeServer = class
inherit XppObjectBase
Public Class PipeServer
Inherits XppObjectBase
- Inheritance
- Attributes
-
KernelClassAttribute Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Remarks
A named pipe is created when a PipeServer object is created by using the PipeServer.new method. The pipe that is created has read access and is in message mode. The name of the pipe is automatically prefixed with \\.\pipe\Dynamics. The current session SID is postfixed to the name. The support that is provided for pipe connections on the server is restricted for the following security reasons:
- The pipe is supported only for the current logon session on the computer that the session was created on.
- The user who creates the pipe is the only person who can communicate with that pipe.
Constructors
PipeServer() | |
PipeServer(IntPtr) | |
PipeServer(String, Boolean) | |
PipeServer(String) |
Fields
__k_PipeServerId | |
kernelClass | (Inherited from XppObjectBase) |