The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PeerTransportBindingElement::GetProperty<T> Method (BindingContext^)
.NET Framework (current version)
Returns a property from the specified BindingContext object.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: generic<typename T> where T : ref class virtual T GetProperty( BindingContext^ context ) override
Parameters
- context
-
Type:
System.ServiceModel.Channels::BindingContext^
BindingContext that specifies the binding context.
Type Parameters
- T
The specific property to obtain from the binding context.
The following properties can be retrieved from PeerTransportBindingElement:
.NET Framework
Available since 3.0
Available since 3.0
Show: