Share via


BaseClientSessionTransportManager Class

Definition

Remoting base client session transport manager.

public abstract class BaseClientSessionTransportManager : System.Management.Automation.Remoting.Client.BaseClientTransportManager, IDisposable
type BaseClientSessionTransportManager = class
    inherit BaseClientTransportManager
    interface IDisposable
Public MustInherit Class BaseClientSessionTransportManager
Inherits BaseClientTransportManager
Implements IDisposable
Inheritance
BaseClientSessionTransportManager
Derived
Implements

Methods

CloseAsync()

The caller should make sure the call is synchronized.

(Inherited from BaseClientTransportManager)
CreateAsync()

Create the transport manager and initiate connection.

(Inherited from BaseClientTransportManager)
Dispose()

Dispose the transport and release resources.

(Inherited from BaseTransportManager)
Dispose(Boolean)

Dispose resources.

(Inherited from BaseClientTransportManager)
MigrateDataReadyEventHandlers(BaseTransportManager)

Copy the DataReceived event handlers to the supplied transport Manager.

(Inherited from BaseTransportManager)
RaiseErrorHandler(TransportErrorOccuredEventArgs)

Raise the error handlers.

(Inherited from BaseTransportManager)

Events

PowerShellGuidObserver

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

(Inherited from BaseTransportManager)

Applies to