←Select platform

PipeServer Class Members

Summary

The following tables list the members exposed by PipeServer.

Public Constructors

Name Description
Public Constructor NamedPipeStream<T> Initializes a new instance of the NamedPipeStream class. (Inherited from NamedPipeStream)
Public Constructor PipeServer Initializes a new instance of PipeServer.

Public Methods

Name Description
Public Method SendMessage Sends a ServiceMessage to the PipeClient.
Public Method Start Starts monitoring the NamedPipeStream for messages. (Inherited from NamedPipeStream)
Public Method Stop Stops monitoring the NamedPipeStream for messages. (Inherited from NamedPipeStream)
Public Method Write Writes the specified data to the NamedPipeStream. (Inherited from NamedPipeStream)

Protected Methods

Name Description
Protected Method CreateStream Returns a two-way asynchronous NamedPipeServerStream.
Protected Method Finalize This member overrides Finalize.
Protected Method OnPipeClosed This method is called when the NamedPipeStream is closed. (Inherited from NamedPipeStream)
Protected Method OnReceivedMessage This method is called when a message is received from the NamedPipeStream. (Inherited from NamedPipeStream)
Protected Method ReadFromPipe Reads a message from NamedPipeStream and fires the OnReceivedMessage event.
Protected Method static  | Shared in VB ReadMessage Reads a message from the NamedPipeStream class. (Inherited from NamedPipeStream)
Protected Method WriteToStream Writes the specified string message to the NamedPipeStream. (Inherited from NamedPipeStream)

Public Properties

Name Description
Public Property Connected Gets a value indicating whether this NamedPipeStream is connected. (Inherited from NamedPipeStream)
Public Property Pipe Gets or sets the supporting pipe for NamedPipeStream. (Inherited from NamedPipeStream)
Public Property PipeName Gets the name of the NamedPipeStream. (Inherited from NamedPipeStream)

Public Events

Name Description
Public Event PipeClosed Fires when the NamedPipeStream is closed. (Inherited from NamedPipeStream)
Public Event ReadFromPipeExceptionEvent Occurs when ReadFromPipe catches an Exception.
Public Event ReceivedMessage Fires when a message is received from NamedPipeStream. (Inherited from NamedPipeStream)

Protected Fields

Name Description
Protected Field BufferSize Size of the read buffer in bytes. (Inherited from NamedPipeStream)
Protected Field StopRequested Gets or sets a value indicating whether the Stop method has been called. (Inherited from NamedPipeStream)

See Also

PipeServer Class

Leadtools.Dicom.AddIn Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.