コード例 #1
0
ファイル: AttachEndPointCmd.cs プロジェクト: mm-binary/DARF
 public AttachEndPointCmd(AddressHandler address, AttachMode mode, EndPoint endPoint, AttachSuffix suffix)
 {
     this.address = address;
     this.endPoint = endPoint;
     this.suffix = suffix;
     this.mode = mode;
 }
コード例 #2
0
ファイル: BlockDefCmd.cs プロジェクト: mm-binary/DARF
 public DefBlockServiceLine(AddressHandler address, EndPoint endPoint, AttachSuffix suffix)
 {
     this.address = address;
     this.suffix = suffix;
     this.endPoint = endPoint;
 }