blob: ca20a63ac3fd5ac2d44f1c840d9e31c5c41a6073 [file] [log] [blame]
// ------------------------------------------------------------------------------
// <auto-generated>
// Generated by MSBuild.exe, version 0.9.0.0
// Changes to this file may cause incorrect behavior and will be lost if code
// is regenerated
// </auto-generated>
// ------------------------------------------------------------------------------
namespace org.apache.avro.ipc
{
using System;
using System.Collections.Generic;
using System.Text;
using Avro;
using Avro.Specific;
public enum HandshakeMatch
{
BOTH,
CLIENT,
NONE,
}
}