Click or drag to resize
BasePipeGetRawSocket Method
Return the raw socket this pipe wraps. Avoid calling this method if at all possible.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public Socket GetRawSocket()

Return Value

Type: Socket
The Socket object this Pipe wraps.
See Also