示例#1
0
 internal ActiveDirectoryInterSiteTransport(DirectoryContext context, ActiveDirectoryTransportType transport, DirectoryEntry entry)
 {
     this.siteLinkCollection = new ReadOnlySiteLinkCollection();
     this.bridgeCollection   = new ReadOnlySiteLinkBridgeCollection();
     this.context            = context;
     this.transport          = transport;
     this.cachedEntry        = entry;
 }
		internal ActiveDirectoryInterSiteTransport(DirectoryContext context, ActiveDirectoryTransportType transport, DirectoryEntry entry)
		{
			this.siteLinkCollection = new ReadOnlySiteLinkCollection();
			this.bridgeCollection = new ReadOnlySiteLinkBridgeCollection();
			this.context = context;
			this.transport = transport;
			this.cachedEntry = entry;
		}