C# Class SenseNet.Services.WebDav.Lock

Inheritance: IHttpMethod
ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
GenerateLockResponse ( string path, HttpContext context ) : void
HandleMethod ( ) : void
Lock ( WebDavHandler handler ) : SenseNet.ContentRepository

Private Methods

Method Description
GetRequestTimeout ( ) : int
GetSuccessResult ( Node node, int timeout ) : System.Xml.XmlTextWriter
WriteLockDiscovery ( System writer, Node node, int timeout ) : void

Method Details

GenerateLockResponse() public static method

public static GenerateLockResponse ( string path, HttpContext context ) : void
path string
context System.Web.HttpContext
return void

HandleMethod() public method

public HandleMethod ( ) : void
return void

Lock() public method

public Lock ( WebDavHandler handler ) : SenseNet.ContentRepository
handler WebDavHandler
return SenseNet.ContentRepository