VMConnectionInfo.CreateClientSessionTransportManager Method      
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.
Creates the appropriate client session transportmanager.
public override System.Management.Automation.Remoting.Client.BaseClientSessionTransportManager CreateClientSessionTransportManager(Guid instanceId, string sessionName, System.Management.Automation.Internal.PSRemotingCryptoHelper cryptoHelper);
	override this.CreateClientSessionTransportManager : Guid * string * System.Management.Automation.Internal.PSRemotingCryptoHelper -> System.Management.Automation.Remoting.Client.BaseClientSessionTransportManager
	Public Overrides Function CreateClientSessionTransportManager (instanceId As Guid, sessionName As String, cryptoHelper As PSRemotingCryptoHelper) As BaseClientSessionTransportManager
	Parameters
- instanceId
 - Guid
 
Runspace/Pool instance Id.
- sessionName
 - String
 
Session name.
- cryptoHelper
 - PSRemotingCryptoHelper
 
PSRemotingCryptoHelper instance.
Returns
Instance of VMHyperVSocketClientSessionTransportManager.