2 implementations of GetProperty
System.ServiceModel.Primitives (2)
netstandard.cs (2)
440
public T
GetProperty
<T>() where T : class { return default; }
1334
public virtual T
GetProperty
<T>() where T : class { return default; }
1 reference to GetProperty
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
69
return _innerFactory.
GetProperty
<T>();