Click or drag to resize
BasePipe Constructor
Create a new pipe, an enhanced wrapper around a socket

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public BasePipe(
	Socket oSocket,
	string sName
)

Parameters

oSocket
Type: System.Net.SocketsSocket
Socket which this pipe wraps
sName
Type: SystemString
Identification string used for debugging purposes
See Also