NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebMethodAttribute.EnableSession

Enables or disables session state for this web method. The default is true.

[Visual Basic]
Public Property EnableSession As Boolean
[C#]
public bool EnableSession {get; set;}
[C++]
public: __property bool get_EnableSession();
public: __property void set_EnableSession(bool);
[JScript]
public function get EnableSession() : Boolean;
public function set EnableSession(Boolean);

See Also

WebMethodAttribute Class | WebMethodAttribute Members | System.Web.Services Namespace