DevForce Help Reference
GetProperty<T> Method (GZipMessageEncodingBindingElement)


The typed object for which the method is querying.
The System.ServiceModel.Channels.BindingContext for the binding element.
When overridden in a derived class, returns a typed object requested, if present, from the appropriate layer in the binding stack.
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetProperty(Of T As Class)( _
   ByVal context As BindingContext _
) As T
'Usage
 
Dim instance As GZipMessageEncodingBindingElement
Dim context As BindingContext
Dim value As T
 
value = instance.GetProperty(Of T)(context)
public override T GetProperty<T>( 
   BindingContext context
)
where T: class

Parameters

context
The System.ServiceModel.Channels.BindingContext for the binding element.

Type Parameters

T
The typed object for which the method is querying.

Return Value

The typed object T requested if it is present or null if it is not present.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GZipMessageEncodingBindingElement Class
GZipMessageEncodingBindingElement Members

Send Feedback