StreamUpgradeProvider.GetProperty<T> Method

Definition

When implemented in a derived class, gets a property of the current stream that represents an initiator of a stream upgrade.

public:
generic <typename T>
 where T : class virtual T GetProperty();
public virtual T GetProperty<T> () where T : class;
abstract member GetProperty : unit -> 'T (requires 'T : null)
override this.GetProperty : unit -> 'T (requires 'T : null)
Public Overridable Function GetProperty(Of T As Class) () As T

Type Parameters

T

The type of the current stream.

Returns

T

An initiator of a stream upgrade.

Applies to