C# Class Upsploit.UploadRequest.RequestPart

ファイルを表示 Open project: coj337/Upsploit Class Usage Examples

Private Properties

Property Type Description
getContentDisposition string
getContentType string
getData byte[]
getFileName byte[]
getName string

Public Methods

Method Description
RequestPart ( string part ) : System.Text

Private Methods

Method Description
getContentDisposition ( string part ) : string
getContentType ( string part ) : string
getData ( string part ) : byte[]
getFileName ( string part ) : byte[]
getName ( string part ) : string

Method Details

RequestPart() public method

public RequestPart ( string part ) : System.Text
part string
return System.Text