Inheritance: Microsoft.Azure.Amqp.Framing.Performative
示例#1
0
 /// <summary>
 /// Handles the received challenge. It is not implemented by this handler.
 /// </summary>
 /// <param name="challenge">The challenge.</param>
 public override void OnChallenge(SaslChallenge challenge)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public abstract void OnChallenge(SaslChallenge challenge);
示例#3
0
 public abstract void OnChallenge(SaslChallenge challenge);
示例#4
0
 public override void OnChallenge(SaslChallenge challenge)
 {
     throw new NotImplementedException();
 }