예제 #1
0
 internal WSManServerTransportManager(Guid shellId, WSManOutputWriter writer)
     : base(32778, new PSRemotingCryptoHelperServer())
 {
     _shellId = shellId;
     _writer  = writer;
 }
예제 #2
0
 internal WSManServerSessionTransportManager()
     : base(32768, new PSRemotingCryptoHelperServer())
 {
     _writer = new WSManOutputWriter();
 }