Messaging: Add general WCF code

This commit is contained in:
Jonathan Jenne
2022-11-30 09:34:26 +01:00
parent 078282c579
commit 3883c0dad7
5 changed files with 102 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
Namespace WCF
Public Structure ServerAddress
Public Host As String
Public Port As Integer
End Structure
End Namespace