Create a new pipe, an enhanced wrapper around a socket
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public BasePipe(
Socket oSocket,
string sName
)
Public Sub New (
oSocket As Socket,
sName As String
)
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