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