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