1 write to requestor
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
838this.requestor = requestor;
6 references to requestor
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (6)
877this.channel = this.requestor.CreateChannel(this.operation, this.target, this.via); 924Message requestMessage = this.requestor.CreateRequest(this.operation, this.target, this.currentToken, out requestState); 1010this.issuedToken = this.requestor.ProcessReply(reply, this.operation, requestState); 1011this.requestor.ValidateKeySize(this.issuedToken); 1056this.requestor.OnOperationFailure(operation, target, currentToken, e, this.channel); 1066this.requestor.OnOperationSuccess(this.operation, this.target, this.issuedToken, this.currentToken);