C# 클래스 RightpointLabs.Pourcast.Infrastructure.Services.YammerMessagePoster.UploadFile

파일 보기 프로젝트 열기: RightpointLabs/Pourcast

공개 메소드들

메소드 설명
UploadFile ( Stream data, string fieldName, string fileName, string contentType ) : System
UploadFile ( string fileName ) : System
UploadFile ( string fileName, string fieldName, string contentType ) : System

메소드 상세

UploadFile() 공개 메소드

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

UploadFile() 공개 메소드

public UploadFile ( string fileName ) : System
fileName string
리턴 System

UploadFile() 공개 메소드

public UploadFile ( string fileName, string fieldName, string contentType ) : System
fileName string
fieldName string
contentType string
리턴 System