Base:
method
GetProperty<T>
System.ServiceModel.Channels.BindingElement.GetProperty<T>(System.ServiceModel.Channels.BindingContext)
4 overrides of GetProperty
Extensibility.MessageEncoder.IntegrationTests (1)
CustomTextMessageBindingElement.cs (1)
137
public override T
GetProperty
<T>(BindingContext context)
System.ServiceModel.Primitives (3)
netstandard.cs (3)
1229
public override T
GetProperty
<T>(System.ServiceModel.Channels.BindingContext context) { return default; }
1793
public override T
GetProperty
<T>(BindingContext context) { return default; }
1837
public override T
GetProperty
<T>(System.ServiceModel.Channels.BindingContext context) { return default; }
1 reference to GetProperty
Extensibility.MessageEncoder.IntegrationTests (1)
CustomTextMessageBindingElement.cs (1)
144
return base.
GetProperty
<T>(context);