Implemented interface member:
method
GetProperty<T>
System.ServiceModel.Channels.IChannel.GetProperty<T>()
3 overrides of GetProperty
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelBase.cs (1)
39public override T GetProperty<T>()
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
50public override T GetProperty<T>()
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingChannelBase.cs (1)
28public override T GetProperty<T>()
3 references to GetProperty
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelBase.cs (1)
41T baseProperty = base.GetProperty<T>();
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
57T baseProperty = base.GetProperty<T>();
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingChannelBase.cs (1)
30T baseProperty = base.GetProperty<T>();