C# 클래스 MyDnn.Modules.Support.LiveChat.Components.Common.CustomMultipartFormDataStreamProvider

상속: System.Net.Http.MultipartFormDataStreamProvider
파일 보기 프로젝트 열기: mydnn/LiveChat 1 사용 예제들

공개 메소드들

메소드 설명
CustomMultipartFormDataStreamProvider ( string path ) : DotNetNuke.Entities.Host
GetLocalFileName ( System headers ) : string
GetStream ( HttpContent parent, HttpContentHeaders headers ) : Stream

메소드 상세

CustomMultipartFormDataStreamProvider() 공개 메소드

public CustomMultipartFormDataStreamProvider ( string path ) : DotNetNuke.Entities.Host
path string
리턴 DotNetNuke.Entities.Host

GetLocalFileName() 공개 메소드

public GetLocalFileName ( System headers ) : string
headers System
리턴 string

GetStream() 공개 메소드

public GetStream ( HttpContent parent, HttpContentHeaders headers ) : Stream
parent System.Net.Http.HttpContent
headers System.Net.Http.Headers.HttpContentHeaders
리턴 Stream