GetProperty(T) Method
Collapse the table of content
Expand the table of content

HttpTransportBindingElement.GetProperty<T> Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a property from the specified BindingContext.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public override T GetProperty<T>(
	BindingContext context
)
where T : class

Type Parameters

T

The property to get.

Return Value

Type: T
The property from the specified BindingContext.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft