Commit 12c29159 authored by Jehonathan Thomas's avatar Jehonathan Thomas Committed by GitHub

Update README.md

parent cbc99ba1
...@@ -182,7 +182,6 @@ Sample request and response event handlers ...@@ -182,7 +182,6 @@ Sample request and response event handlers
public Task OnCertificateSelection(object sender, CertificateSelectionEventArgs e) public Task OnCertificateSelection(object sender, CertificateSelectionEventArgs e)
{ {
//set e.clientCertificate to override //set e.clientCertificate to override
return Task.FromResult(0); return Task.FromResult(0);
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment