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