Skip to content

Commit

Permalink
Add missing interface IBindingRuntimePreferences to S.S.P.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
imcarolwang committed Jul 18, 2023
1 parent d15f911 commit 4db8fc4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,10 @@ public void Add(System.ServiceModel.Channels.MessageHeaderInfo headerInfo) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { return default; }
public void Remove(System.ServiceModel.Channels.MessageHeaderInfo headerInfo) { }
}
public interface IBindingRuntimePreferences
{
bool ReceiveSynchronously { get; }
}
}
namespace System.ServiceModel.Description
{
Expand Down

0 comments on commit 4db8fc4

Please sign in to comment.