Winify – Diff between revs 83 and 84

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 83 Rev 84
Line 553... Line 553...
553   553  
554 return memoryStream; 554 return memoryStream;
Line 555... Line 555...
555 } 555 }
556   -  
557 #endregion -  
558   -  
559 private class GotifyConnectionApplication -  
560 { -  
561 public GotifyApplication Application { get; } -  
562 public Server Server { get; } -  
563   -  
564 public GotifyConnectionApplication(Server server, GotifyApplication application) -  
565 { -  
566 Server = server; -  
567 Application = application; -  
568 } -  
569 } -  
570   -  
571 private class GotifyConnectionData -  
572 { -  
573 public byte[] Payload { get; } -  
574 public Server Server { get; } -  
575   -  
576 public GotifyConnectionData(byte[] payload, Server server) -  
577 { -  
578 Payload = payload; -  
579 Server = server; -  
580 } 556  
581 } 557 #endregion
582 } 558 }