Beispiel #1
0
 public UnixStream(UnixSocket usock)
 {
     this._usock = usock;
 }
 public UnixStream(UnixSocket usock)
 {
     this.usock = usock;
 }
Beispiel #3
0
 public UnixStream(int fd)
 {
     this._usock = new UnixSocket(fd);
 }
 public UnixStream(int fd)
 {
     this.usock = new UnixSocket (fd);
 }