Skip to content

Commit

Permalink
Remove IBindingRuntimePreferences from HttpBindingBase in client. (#5203
Browse files Browse the repository at this point in the history
)
  • Loading branch information
imcarolwang authored Aug 2, 2023
1 parent 3f24c3f commit def7a1b
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace System.ServiceModel
{
public abstract class HttpBindingBase : Binding, IBindingRuntimePreferences
public abstract class HttpBindingBase : Binding
{
// private BindingElements
private HttpTransportBindingElement _httpTransport;
Expand Down Expand Up @@ -215,11 +215,6 @@ public bool UseDefaultWebProxy
}
}

bool IBindingRuntimePreferences.ReceiveSynchronously
{
get { return false; }
}

internal TextMessageEncodingBindingElement TextMessageEncodingBindingElement { get; }

internal MtomMessageEncodingBindingElement MtomMessageEncodingBindingElement { get; }
Expand Down

0 comments on commit def7a1b

Please sign in to comment.