C# (CSharp) GitSharp.Core.Transport Transport - 21 exemples trouvés. Ce sont les exemples réels les mieux notés de GitSharp.Core.Transport.Transport extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Connects two Git repositories together and copies objects between them. A transport can be used for either fetching (copying objects into the caller's repository from the remote repository) or pushing (copying objects into the remote repository from the caller's repository). Each transport implementation is responsible for the details associated with establishing the network connection(s) necessary for the copy, as well as actually shuffling data back and forth. Transport instances and the connections they Create are not thread-safe. Callers must ensure a transport is accessed by only one thread at a time.