Example #1
0
 public BinaryStreamHandler(string httpMethod, string path, BinaryStreamMethod binaryMethod, string name, string description)
     : base(httpMethod, path, name, description)
 {
     m_streamMethod = binaryMethod;
 }
Example #2
0
 public BinaryStreamHandler(string httpMethod, string path, BinaryStreamMethod binaryMethod, string name, string description)
     : base(httpMethod, path, name, description)
 {
     m_streamMethod = binaryMethod;
 }
Example #3
0
 public BinaryStreamHandler(string httpMethod, string path, BinaryStreamMethod binaryMethod)
     : this(httpMethod, path, binaryMethod, null, null)
 {
 }
Example #4
0
 public BinaryStreamHandler(string httpMethod, string path, BinaryStreamMethod binaryMethod)
     : this(httpMethod, path, binaryMethod, null, null) { }