2 overrides of GetProperty
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
40public override T GetProperty<T>()
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
49public override T GetProperty<T>()
2 references to GetProperty
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
47return base.GetProperty<T>();
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
56return base.GetProperty<T>();