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