Exemple #1
0
 public OpenPortObject(int Port, TRANSPORT Type, ADDRESS_FAMILY AddressFamily)
 {
     ResultType         = RESULT_TYPE.PORT;
     this.Port          = Port;
     this.Type          = Type;
     this.AddressFamily = AddressFamily;
 }
Exemple #2
0
 public OpenPortObject(int Port, TRANSPORT Type) : this(Port, Type, ADDRESS_FAMILY.Unspecified)
 {
 }