Skip to content

Commit

Permalink
Merge pull request #2 from NestoriSyynimaa/patch-1
Browse files Browse the repository at this point in the history
Added the missing dictionary element "DigestValue"
  • Loading branch information
waf authored Sep 19, 2018
2 parents 50bccba + 56e553d commit 5549888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BinaryMessageFiddlerExtension/WcfBinaryConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private static XmlDictionary CreateWCFBinaryDictionary()
dict.Add("Transforms");
dict.Add("Transform");
dict.Add("DigestMethod");
dict.Add("DigestValue");
dict.Add("Address");
dict.Add("ReplyTo");
dict.Add("SequenceAcknowledgement");
Expand Down

0 comments on commit 5549888

Please sign in to comment.