2009-06-23 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel / OperationContext.cs
index 634bf6b0c2404aef6920da0c3331ee5439d56b15..4bb6e8f1620eeb4b1278faa59b68d3db0e0d881e 100644 (file)
@@ -139,9 +139,8 @@ namespace System.ServiceModel
                        set { request_ctx = value; }
                }
 
-               [MonoTODO]
                public string SessionId {
-                       get { throw new NotImplementedException (); }
+                       get { return Channel.SessionId; }
                }
 
 #if !NET_2_1