C# 클래스 exo_jcr.webdav.csclient.Commands.WebDavCommand

파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin

보호된 프로퍼티들

프로퍼티 타입 설명
context exo_jcr.webdav.csclient.Request.DavContext
isNeedXmlRequest bool
requestBytes byte[]
responseBytes byte[]

공개 메소드들

메소드 설명
ReadLine ( NetworkStream stream, int maxLen, int idleTimeOut ) : string
WebDavCommand ( DavContext context ) : System
addRequestHeader ( String headerName, String headerValue ) : void
execute ( ) : int
finalizeExecuting ( ) : void
generateXmlRequest ( ) : byte[]
getBytes ( String value ) : byte[]
getRequestHeader ( String headerName ) : String
getResponseBody ( ) : byte[]
getResponseHeader ( String headerName ) : String
getStatus ( ) : int
setResourcePath ( String resourcePath ) : void

비공개 메소드들

메소드 설명
addResponseHeader ( String headerName, String headerValue ) : void

메소드 상세

ReadLine() 공개 정적인 메소드

public static ReadLine ( NetworkStream stream, int maxLen, int idleTimeOut ) : string
stream NetworkStream
maxLen int
idleTimeOut int
리턴 string

WebDavCommand() 공개 메소드

public WebDavCommand ( DavContext context ) : System
context exo_jcr.webdav.csclient.Request.DavContext
리턴 System

addRequestHeader() 공개 메소드

public addRequestHeader ( String headerName, String headerValue ) : void
headerName String
headerValue String
리턴 void

execute() 공개 메소드

public execute ( ) : int
리턴 int

finalizeExecuting() 공개 메소드

public finalizeExecuting ( ) : void
리턴 void

generateXmlRequest() 공개 메소드

public generateXmlRequest ( ) : byte[]
리턴 byte[]

getBytes() 공개 메소드

public getBytes ( String value ) : byte[]
value String
리턴 byte[]

getRequestHeader() 공개 메소드

public getRequestHeader ( String headerName ) : String
headerName String
리턴 String

getResponseBody() 공개 메소드

public getResponseBody ( ) : byte[]
리턴 byte[]

getResponseHeader() 공개 메소드

public getResponseHeader ( String headerName ) : String
headerName String
리턴 String

getStatus() 공개 메소드

public getStatus ( ) : int
리턴 int

setResourcePath() 공개 메소드

public setResourcePath ( String resourcePath ) : void
resourcePath String
리턴 void

프로퍼티 상세

context 보호되어 있는 프로퍼티

protected DavContext,exo_jcr.webdav.csclient.Request context
리턴 exo_jcr.webdav.csclient.Request.DavContext

isNeedXmlRequest 보호되어 있는 프로퍼티

protected bool isNeedXmlRequest
리턴 bool

requestBytes 보호되어 있는 프로퍼티

protected byte[] requestBytes
리턴 byte[]

responseBytes 보호되어 있는 프로퍼티

protected byte[] responseBytes
리턴 byte[]