메소드 | 설명 | |
---|---|---|
ResponseMessageBodyWriter ( |
Initializes a new instance of the ResponseMessageBodyWriter class with the specified encoding type and body stream.
|
메소드 | 설명 | |
---|---|---|
OnWriteBodyContents ( System writer ) : void |
Override the method to write the content to the xml dictionary writer.
|
protected OnWriteBodyContents ( System writer ) : void | ||
writer | System | Specify the output destination of the content. |
리턴 | void |
public ResponseMessageBodyWriter ( |
||
encoding | Specify the encoding type. | |
bodyStream | Specify the body stream. | |
리턴 | System.IO |