1 write to operation
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
839this.operation = operation;
6 references to operation
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); 927throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.NullSessionRequestMessage, this.operation.ToString()))); 1010this.issuedToken = this.requestor.ProcessReply(reply, this.operation, requestState); 1056this.requestor.OnOperationFailure(operation, target, currentToken, e, this.channel); 1066this.requestor.OnOperationSuccess(this.operation, this.target, this.issuedToken, this.currentToken);