EvalPacket Method
Evaluate the packet in SOAPPacket .
Syntax
[VB.NET] Public Sub EvalPacket()
[C#] public void EvalPacket();
Remarks
Use this method to evaluate SOAP packets received through other means (i.e. not directly through the component).
NOTE: This method has a corresponding asynchronous version (EvalPacketAsync) for use in the Xamarin environment.