Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc55f0 commit e13df56Copy full SHA for e13df56
LibGit2Sharp/Core/GitProxyOptions.cs
@@ -16,8 +16,8 @@ internal struct GitProxyOptions
16
public uint Version;
17
public GitProxyType Type;
18
public IntPtr Url;
19
- public IntPtr CredentialsCb;
20
- public IntPtr CertificateCheck;
21
- public IntPtr CbPayload;
+ public NativeMethods.git_cred_acquire_cb Credentials;
+ public NativeMethods.git_transport_certificate_check_cb CertificateCheck;
+ public IntPtr Payload;
22
}
23
0 commit comments