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)
137public override T GetProperty<T>(BindingContext context)
System.ServiceModel.Primitives (3)
netstandard.cs (3)
1229public override T GetProperty<T>(System.ServiceModel.Channels.BindingContext context) { return default; } 1793public override T GetProperty<T>(BindingContext context) { return default; } 1837public override T GetProperty<T>(System.ServiceModel.Channels.BindingContext context) { return default; }
1 reference to GetProperty
Extensibility.MessageEncoder.IntegrationTests (1)
CustomTextMessageBindingElement.cs (1)
144return base.GetProperty<T>(context);