BaseTransportManager Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.  |