Under Review
Last Updated: 28 Feb 2017 01:12 by Eric
Eric
Created on: 27 Feb 2017 05:59
Type: Feature Request
3
Add properties to WebSocket object
https://groups.google.com/forum/#!topic/httpfiddler/cOGeilFbozY
The request here is a trivial change, so that WebSocketMessage exposes a readonly oWebSocket property (e.g. get { return _wsOwner; } ) and WebSocket exposes a readonly oSession property (e.g. get { return _mySession; } )
1 comment
Imported User
Posted on: 27 Feb 2017 06:00
love to see properties like source and destination for the web socket and anything else that is available