File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
WampSharp.WAMP1/WAMP1/V1/Api/Server Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1- using System . Runtime . Remoting . Messaging ;
1+ using System ;
2+ using System . Runtime . Remoting . Messaging ;
23using WampSharp . V1 . Core . Contracts ;
34using WampSharp . V1 . Cra ;
45
56namespace WampSharp . V1
67{
8+ #if ! PCL
9+ [ Serializable ]
10+ #endif
711 public class WampRequestContext
812 {
913 #region Static Members
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ namespace WampSharp.V2
99 /// <summary>
1010 /// Includes information about the current event.
1111 /// </summary>
12+ #if ! PCL
13+ [ Serializable ]
14+ #endif
1215 public class WampEventContext
1316 {
1417
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ namespace WampSharp.V2
1010 /// <summary>
1111 /// Includes information about the current invocation.
1212 /// </summary>
13+ #if ! PCL
14+ [ Serializable ]
15+ #endif
1316 public class WampInvocationContext
1417 {
1518 #region Static Members
You can’t perform that action at this time.
0 commit comments