Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix code snippet case
  • Loading branch information
TianqiZhang committed Feb 24, 2017
commit 1174dc8eb288a1c45b359329cc539e26bed9d6ba
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static void Main()
private void SnippetEnableHelpPage()
{
// see C_HowToSecureEndpoint\cs
//<snippet1>
//<Snippet1>
// Create a new metadata behavior object and set its properties to
// create a secure endpoint.
ServiceMetadataBehavior sb = new ServiceMetadataBehavior();
Expand Down