C# Class exo_jcr.webdav.csclient.Commands.WebDavCommand

Afficher le fichier Open project: exodev/jcr-msofficeplugin

Protected Properties

Свойство Type Description
context exo_jcr.webdav.csclient.Request.DavContext
isNeedXmlRequest bool
requestBytes byte[]
responseBytes byte[]

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
addResponseHeader ( String headerName, String headerValue ) : void

Method Details

ReadLine() public static méthode

public static ReadLine ( NetworkStream stream, int maxLen, int idleTimeOut ) : string
stream NetworkStream
maxLen int
idleTimeOut int
Résultat string

WebDavCommand() public méthode

public WebDavCommand ( DavContext context ) : System
context exo_jcr.webdav.csclient.Request.DavContext
Résultat System

addRequestHeader() public méthode

public addRequestHeader ( String headerName, String headerValue ) : void
headerName String
headerValue String
Résultat void

execute() public méthode

public execute ( ) : int
Résultat int

finalizeExecuting() public méthode

public finalizeExecuting ( ) : void
Résultat void

generateXmlRequest() public méthode

public generateXmlRequest ( ) : byte[]
Résultat byte[]

getBytes() public méthode

public getBytes ( String value ) : byte[]
value String
Résultat byte[]

getRequestHeader() public méthode

public getRequestHeader ( String headerName ) : String
headerName String
Résultat String

getResponseBody() public méthode

public getResponseBody ( ) : byte[]
Résultat byte[]

getResponseHeader() public méthode

public getResponseHeader ( String headerName ) : String
headerName String
Résultat String

getStatus() public méthode

public getStatus ( ) : int
Résultat int

setResourcePath() public méthode

public setResourcePath ( String resourcePath ) : void
resourcePath String
Résultat void

Property Details

context protected_oe property

protected DavContext,exo_jcr.webdav.csclient.Request context
Résultat exo_jcr.webdav.csclient.Request.DavContext

isNeedXmlRequest protected_oe property

protected bool isNeedXmlRequest
Résultat bool

requestBytes protected_oe property

protected byte[] requestBytes
Résultat byte[]

responseBytes protected_oe property

protected byte[] responseBytes
Résultat byte[]