WebSocketMessage Extract Method C# API
Overload List

  NameDescription
Public methodExtract(ExtractionCursor, List String , String)
Extracts text from the message content - everything between (but not including) the specified list of before and after string objects
Public methodExtract(ExtractionCursor, String, String)
Extracts text from the message content - everything between (but not including) the specified before and after string objects
Public methodExtract(ExtractionCursor, List String , String, ActionType)
Extracts text from the message content - everything between (but not including) the specified list of before and after string objects, and what action to take in case of failure.
Public methodExtract(ExtractionCursor, List String , String, Boolean)
Extracts text from the message content - everything between (but not including) the specified list of before and after string objects, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, List String , String, String)
Extracts text from the message content - everything between (but not including) the specified list of before and after string objects - returning the defaultValue if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, String, String, ActionType)
Extracts text from the message content - everything between (but not including) the specified before and after string objects, and what action to take in case of failure.
Public methodExtract(ExtractionCursor, String, String, Boolean)
Extracts text from the message content - everything between (but not including) the specified before and after string objects, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, String, String, String)
Extracts text from the message content - everything between (but not including) the specified before and after string objects - returning the defaultValue if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, List String , String, ActionType, Boolean)
Extracts text from the message content - everything between (but not including) the specified list of before and after string objects, and specifying whether the search will be case-sensitive, and what action to take in case of failure.
Public methodExtract(ExtractionCursor, List String , String, String, Boolean)
Extracts text from the message content - everything between (but not including) the specified list of before and after string objects - returning the defaultValue if they cannot be found, and specifying whether the search will be case-sensitive.
Public methodExtract(ExtractionCursor, String, String, ActionType, Boolean)
Extracts text from the message content - everything between (but not including) the specified before and after string objects, and specifying whether the search will be case-sensitive, and what action to take in case of failure.
Public methodExtract(ExtractionCursor, String, String, String, Boolean)
Extracts text from the message content - everything between (but not including) the specified before and after string objects - returning the defaultValue if they cannot be found, and specifying whether the search will be case-sensitive.
Back to Top
See Also