WaitForStrings(ByteBuffer, String, CancellationToken) | Sends the content of data argument and waits until any string from specified list is received. Incomming data are returned in the data argument. Incoming bytes are transformed using InputEncoding. |
WaitForStrings(ByteBuffer, String[], CancellationToken) | Sends the content of data argument and waits until any string from specified list is received. Incomming data are returned in the data argument. Incoming bytes are transformed using InputEncoding. |
WaitForStrings(String, String, CancellationToken) | Sends the content of data argument and waits until any string from specified list is received. Incomming data are returned in the data argument. Incoming bytes are transformed using InputEncoding. |
WaitForStrings(String, String[], CancellationToken) | Sends the content of data argument and waits until any string from specified list is received. Incomming data are returned in the data argument. Incoming bytes are transformed using InputEncoding. |
WaitForStrings(ByteBuffer, String[], ByteBuffer, CancellationToken) | Sends the content of data argument and waits until any string from specified list is received. Incomming data are returned in the data argument. Incoming bytes are transformed using InputEncoding. |