WSTrustChannel.GetProperty<T> Método

Definição

Retorna um objeto tipado solicitado, se presente, da camada apropriada na pilha de canais.Returns a typed object requested, if present, from the appropriate layer in the channel stack.

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

Parâmetros de tipo

T

O objeto tipado para o qual o método está consultando.The typed object for which the method is querying.

Retornos

T

O objeto tipado solicitado se estiver presente ou null se não estiver.The typed object requested if it is present or null if it is not.

Implementações

Aplica-se a