C# Class RightpointLabs.Pourcast.Infrastructure.Services.YammerMessagePoster.UploadFile

Mostrar archivo Open project: RightpointLabs/Pourcast

Public Methods

Method Description
UploadFile ( Stream data, string fieldName, string fileName, string contentType ) : System
UploadFile ( string fileName ) : System
UploadFile ( string fileName, string fieldName, string contentType ) : System

Method Details

UploadFile() public method

public UploadFile ( Stream data, string fieldName, string fileName, string contentType ) : System
data Stream
fieldName string
fileName string
contentType string
return System

UploadFile() public method

public UploadFile ( string fileName ) : System
fileName string
return System

UploadFile() public method

public UploadFile ( string fileName, string fieldName, string contentType ) : System
fileName string
fieldName string
contentType string
return System