BasePipeGetRawSocket Method |
Return the raw socket this pipe wraps. Avoid calling this method if at all possible.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public Socket GetRawSocket()
Public Function GetRawSocket As Socket
public:
Socket^ GetRawSocket()
Return Value
Type:
SocketThe Socket object this Pipe wraps.
See Also