Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MvcApi
Formatting
XmlMediaTypeFormatter
C# 클래스 MvcApi.Formatting.XmlMediaTypeFormatter
상속:
StreamMediaTypeFormatter
파일 보기
프로젝트 열기: dax70/MvcApi
공개 메소드들
메소드
설명
CanWriteType
(
Type
type
) :
bool
WriteToStream
(
Type
type
,
object
value
,
Stream
stream
,
HttpRequestMessage
requestMessage
) :
void
비공개 메소드들
메소드
설명
XmlMediaTypeFormatter
( ) :
System
메소드 상세
CanWriteType()
공개
메소드
public
CanWriteType
(
Type
type
) :
bool
type
System.Type
리턴
bool
WriteToStream()
공개
메소드
public
WriteToStream
(
Type
type
,
object
value
,
Stream
stream
,
HttpRequestMessage
requestMessage
) :
void
type
System.Type
value
object
stream
Stream
requestMessage
MvcApi.Http.HttpRequestMessage
리턴
void