The WebSocketMessage type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
WebSocketMessage |
For internal use only. Of no interest to the user.
|
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the WebSocketMessage | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Extract(ExtractionCursor, List String , String) |
Extracts text from the message content - everything between (but not including)
the specified list of before and after string objects
| |
Extract(ExtractionCursor, String, String) |
Extracts text from the message content - everything between (but not including)
the specified before and after string objects
| |
Extract(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.
| |
Extract(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.
| |
Extract(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.
| |
Extract(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.
| |
Extract(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.
| |
Extract(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.
| |
Extract(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.
| |
Extract(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.
| |
Extract(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.
| |
Extract(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.
| |
ExtractFromEnd(ExtractionCursor, List String , String) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, an empty string will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, ActionType) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, Boolean) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, String) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, ActionType) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, an empty string will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, Boolean) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, an empty string will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, String) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, the defaultValue will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, ActionType, Boolean) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, List String , String, String, Boolean) |
Extracts text from the message content starting from the end. Everything between (but not including)
the specified list of after and before string objects will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, ActionType, Boolean) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, an empty string will be returned.
| |
ExtractFromEnd(ExtractionCursor, String, String, String, Boolean) |
Extracts text from the message, starting from the end. Everything between (but not including)
the specified after and before string objects will be returned.
If either value cannot be found, the defaultValue will be returned.
| |
ExtractRegExp(ExtractionCursor, String) |
Extracts multiple string objects from the message content,
wherever the specified regular expression matches,
and specifying whether the search will be case-sensitive.
| |
ExtractRegExp(ExtractionCursor, String, Boolean) |
Extracts multiple string objects from the message content,
wherever the specified regular expression matches,
and specifying whether the search will be case-sensitive.
| |
ExtractRegExp(ExtractionCursor, String, String) |
Extracts text from the message content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found.
| |
ExtractRegExp(ExtractionCursor, String, String, ActionType) |
Extracts text from the message content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found,
and what action to take in case of failure.
| |
ExtractRegExp(ExtractionCursor, String, String, Boolean) |
Extracts text from the message content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found,
and specifying whether the search will be case-sensitive.
| |
ExtractRegExp(ExtractionCursor, String, String, ActionType, Boolean) |
Extracts text from the message content - everything between (but not including)
the specified beforeRegExp and afterRegExp string objects -
returning an empty string if they cannot be found,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Find(ExtractionCursor, String) |
Finds the specified text within this WebSocketMessage.
| |
Find(ExtractionCursor, String, ActionType) |
Finds the specified text within this WebSocketMessage,
and what action to take in case of failure.
| |
Find(ExtractionCursor, String, Boolean) |
Finds the specified text within this WebSocketMessage,
specifying whether the search will be case-sensitive.
| |
Find(ExtractionCursor, String, ActionType, Boolean) |
Finds the specified text within this WebSocketMessage,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
| |
getCPtr |
For internal use only. Of no interest to the user.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Rfind(ExtractionCursor, String) |
Finds the specified text within this WebSocketMessage,
starting from the end of the content,
| |
Rfind(ExtractionCursor, String, ActionType) |
Finds the specified text within this WebSocketMessage,
starting from the end of the content,
and what action to take in case of failure.
| |
Rfind(ExtractionCursor, String, Boolean) |
Finds the specified text within this WebSocketMessage,
starting from the end of the content,
and specifying whether the search will be case-sensitive.
| |
Rfind(ExtractionCursor, String, ActionType, Boolean) |
Finds the specified text within this WebSocketMessage,
starting from the end of the content,
and specifying whether the search will be case-sensitive,
and what action to take in case of failure.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
VerifyContains(String) |
Determines whether the content of this WebSocketMessage contains the specified text.
| |
VerifyContains(String, ActionType) |
Determines whether the content of this WebSocketMessage contains the specified text,
and specifying what action to take in case of failure.
| |
VerifyContains(String, Boolean) |
Determines whether the content of this WebSocketMessage contains the specified text,
specifying whether the search will be case-sensitive.
| |
VerifyContains(String, ActionType, Boolean) |
Determines whether the content of this WebSocketMessage contains the specified text,
specifying whether the search will be case-sensitive,
and what action to take in case of failure.
|
Properties
Name | Description | |
---|---|---|
AsXml |
Gets an XML DOM representation of this message.
| |
CharEncoding |
Gets or sets the encoding to use to decode text in this message.
| |
IsBinary |
Gets a value indicating whether this message is a binary message.
| |
Length |
Gets the length in bytes of this message
| |
RawData |
Get the contents of the message.
| |
Text |
Get the contents of the message.
|
See Also