1 write to operation
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
839
this.
operation
= operation;
6 references to operation
System.ServiceModel (6)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (6)
877
this.channel = this.requestor.CreateChannel(this.
operation
, this.target, this.via);
924
Message requestMessage = this.requestor.CreateRequest(this.
operation
, this.target, this.currentToken, out requestState);
927
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.NullSessionRequestMessage, this.
operation
.ToString())));
1010
this.issuedToken = this.requestor.ProcessReply(reply, this.
operation
, requestState);
1056
this.requestor.OnOperationFailure(
operation
, target, currentToken, e, this.channel);
1066
this.requestor.OnOperationSuccess(this.
operation
, this.target, this.issuedToken, this.currentToken);