Skip to content

Commit 573cb0b

Browse files
author
Elad Zelingher
committed
Removing C# 6.0 syntax
1 parent b98bc74 commit 573cb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net45/Extensions/WampSharp.Owin/Owin/WebSocketData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internal WebSocketData(IDictionary<string, object> webSocketContext, IOwinContex
1313
SubProtocol = subProtocol;
1414
}
1515

16-
public IDictionary<string, object> WebSocketContext { get; }
16+
public IDictionary<string, object> WebSocketContext { get; private set; }
1717

1818
public IOwinContext OwinContext { get; private set; }
1919

0 commit comments

Comments
 (0)