Beispiel #1
0
 public PgmSocket([NotNull] Options options, PgmSocketType pgmSocketType, [NotNull] PgmAddress pgmAddress)
 {
     m_options = options;
     m_pgmSocketType = pgmSocketType;
     m_pgmAddress = pgmAddress;
 }
Beispiel #2
0
 public PgmSocket([NotNull] Options options, PgmSocketType pgmSocketType, [NotNull] PgmAddress pgmAddress)
 {
     m_options       = options;
     m_pgmSocketType = pgmSocketType;
     m_pgmAddress    = pgmAddress;
 }
Beispiel #3
0
 public PgmSocket(Options options, PgmSocketType pgmSocketType, PgmAddress pgmAddress)
 {
     m_options       = options;
     m_pgmSocketType = pgmSocketType;
     m_pgmAddress    = pgmAddress;
 }
Beispiel #4
0
 public PgmSocket(Options options, PgmSocketType pgmSocketType, PgmAddress pgmAddress)
 {
     m_options = options;
     m_pgmSocketType = pgmSocketType;
     m_pgmAddress = pgmAddress;
 }