| WebSocket Class |
Namespace: Fiddler
The WebSocket type exposes the following members.
| Name | Description | |
|---|---|---|
| CloseTunnel |
Interface Method
Close the WebSocket and signal the event to let its service thread die. Also called by oSession.Abort()
WARNING: This should not be allowed to throw any exceptions, because it will do so on threads that don't
catch them, and this will kill the application.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (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.) | |
| OnReceiveFromClient |
Called when we have received data from the local client.
| |
| OnReceiveFromServer | Called when we have received data from the remote host. Incoming data will immediately be forwarded to the local client. | |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| listMessages |
| Name | Description | |
|---|---|---|
| EgressByteCount |
Returns number of bytes sent from the Client to the Server on this WebSocket
| |
| IngressByteCount |
Returns number of bytes sent from the Server to the Client on this WebSocket
| |
| IsOpen |
Is this WebSocket open/connected?
| |
| MessageCount |