コード例 #1
0
ファイル: GXDLMSServer.cs プロジェクト: 01F0/Gurux.DLMS.Net
 /// <summary>
 /// Client attempts to connect with the wrong server or client address.
 /// </summary>
 abstract public void InvalidConnection(ConnectionEventArgs e);
コード例 #2
0
 /// <summary>
 /// Client attempts to connect with the wrong server or client address.
 /// </summary>
 abstract public void InvalidConnection(ConnectionEventArgs e);
コード例 #3
0
 public override void InvalidConnection(ConnectionEventArgs e)
 {
 }