Method | Description | |
---|---|---|
GenerateCallbacks ( ) : |
||
GitCredentialHandler ( |
||
GitDownloadTransferProgressHandler ( LibGit2Sharp.Core.GitTransferProgress &progress, |
The delegate with the signature that matches the native git_transfer_progress_callback function's signature.
|
|
GitProgressHandler ( |
Handler for libgit2 Progress callback. Converts values received from libgit2 callback to more suitable types and calls delegate provided by LibGit2Sharp consumer.
|
|
GitUpdateTipsHandler ( |
Handler for libgit2 update_tips callback. Converts values received from libgit2 callback to more suitable types and calls delegate provided by LibGit2Sharp consumer.
|
|
RemoteCallbacks ( ProgressHandler onProgress = null, TransferProgressHandler onDownloadProgress = null, UpdateTipsHandler onUpdateTips = null, CredentialsHandler credentialsProvider = null ) : System |