initial commit
[libtpproto-csharp.git] / codegenerator / bin / Debug / TP04 / Request.cs
blobf218d33b77833c6e2813ebf8d7a5ade1726b55d8
1 //
2 // License: GPLv3+
3 // Created at 12:41 17.05.2008
4 //
5 // Author: Marcel Hauf
6 namespace LibTpProto.Proto.TP04
8 using System;
11 public class Request : Header
14 public LibTpProto.Proto.Direction _direction = LibTpProto.Proto.Direction.server;
16 public override string ToString()
18 return "";