PipeServer Class Methods (original) (raw)

Summary

For a list of all members of this type, see PipeServer members

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](https://www.leadtools.com/help/sdk/v22/resources/images/dotnetimages/static.gif "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)

See Also

PipeServer Class

Leadtools.Dicom.AddIn Namespace

Leadtools.Dicom.AddIn Assembly