HttpsTransportBindingElement.GetProperty<T> Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a specified object from the BindingContext. This method gets the specified object from the base class, or from one of that class's ancestors.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Type Parameters
- T
Parameters
- context
- Type: System.ServiceModel.Channels.BindingContext
A BindingContext.
Return Value
Type: T
Show: