6 references to GetProperty
System.ServiceModel (2)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
123return this.MessageEncoderFactory.Encoder.GetProperty<T>();
System\ServiceModel\Channels\TransportChannelListener.cs (1)
293return this.MessageEncoderFactory.Encoder.GetProperty<T>();
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
130T messageEncoderProperty = this.Encoder.GetProperty<T>();
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
58T messageEncoderProperty = this.messageEncoderFactory.Encoder.GetProperty<T>();
System\ServiceModel\Channels\UdpChannelListener.cs (1)
150T messageEncoderProperty = this.MessageEncoderFactory.Encoder.GetProperty<T>();
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
113T messageEncoderProperty = this.Encoder.GetProperty<T>();