ServiceModelSecurityTokenRequirement.IsInitiator Propriedade
Definição
Obtém um valor que indica se o ponto de extremidade que está criando o requisito de token de segurança é um iniciador ou um destinatário.Gets a value that indicates whether the endpoint that is creating the security token requirement is an initiator or a recipient.
public:
property bool IsInitiator { bool get(); };
public bool IsInitiator { get; }
member this.IsInitiator : bool
Public ReadOnly Property IsInitiator As Boolean
Valor da propriedade
true se a solicitação for feita pelo iniciador do canal; caso contrário, false .true if the request is made by the initiator of the channel; otherwise, false.