Share via


BaseTransportManager Class

Definition

Contains implementation that is common to both client and server transport managers.

public abstract class BaseTransportManager : IDisposable
type BaseTransportManager = class
    interface IDisposable
Public MustInherit Class BaseTransportManager
Implements IDisposable
Inheritance
BaseTransportManager
Derived
Implements

Methods

Dispose()

Dispose the transport and release resources.

Dispose(Boolean)

Dispose resources.

MigrateDataReadyEventHandlers(BaseTransportManager)

Copy the DataReceived event handlers to the supplied transport Manager.

RaiseErrorHandler(TransportErrorOccuredEventArgs)

Raise the error handlers.

Events

PowerShellGuidObserver

Listen to this event to observe the PowerShell guid of the processed object.

Applies to