C# 클래스 SenseNet.Services.WebDav.Lock

상속: IHttpMethod
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
GenerateLockResponse ( string path, HttpContext context ) : void
HandleMethod ( ) : void
Lock ( WebDavHandler handler ) : SenseNet.ContentRepository

비공개 메소드들

메소드 설명
GetRequestTimeout ( ) : int
GetSuccessResult ( Node node, int timeout ) : System.Xml.XmlTextWriter
WriteLockDiscovery ( System writer, Node node, int timeout ) : void

메소드 상세

GenerateLockResponse() 공개 정적인 메소드

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

HandleMethod() 공개 메소드

public HandleMethod ( ) : void
리턴 void

Lock() 공개 메소드

public Lock ( WebDavHandler handler ) : SenseNet.ContentRepository
handler WebDavHandler
리턴 SenseNet.ContentRepository