[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Sends the data to the PipeServer asynchronously. [Property] Computer=Sets the name of the computer. ARG(string)|2| +PipeName=Sets the name of the pipe. ARG(string)|2| Timeout=Sets the number of milliseconds to wait for the server to respond before the connection times out. ARG(int)|1|0 ImpersonationLevel=Sets one of the enumeration values that determines the security impersonation level. ARG(TokenImpersonationLevel)|14|0|None,Anonymous,Identification,Impersonation,Delegation [Methods] doSend=Starts an asynchronous send operation. ARG(string computer, string pipename, byte[] data, int timeout, TokenImpersonationLevel impersonationlevel)|1|0 doClose=Closes the PipeClient object and releases any system resources. ARG()|1|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 Computer=Defines the name of the computer. ARG(string)|4|2 PipeName=Defines the name of the pipe. ARG(string)|4|2 Data=Defines an array of byte to be sent. ARG(byte[])|4|0 Timeout=Defines the number of milliseconds to wait for the server to respond before the connection times out. ARG(int)|4|1