Namespace PuppeteerSharp.Transport
Classes
- MessageReceivedEventArgs
Message received event arguments. MessageReceived.
- PipeTransport
Transport implementation using pipes for browser communication. Used with Chrome's
--remote-debugging-pipeflag, which communicates via file descriptors 3 (browser reads) and 4 (browser writes). Messages are null-terminated (\0) JSON strings.
- WebSocketTransport
Default web socket transport.
Interfaces
- IConnectionTransport
Connection transport abstraction.
Delegates
- TransportFactory
Delegate for creation of IConnectionTransport instances.
- TransportTaskScheduler
Delegate for scheduling of long-running transport tasks.
- WebSocketFactory
Delegate for creation of WebSocket instances.