Method | Description | |
---|---|---|
ConvertToBytes ( this xdsDocument ) : byte[] |
XdsDocumentBase 형식의 객체를 Xml Serializer를 수행한 후, byte array로 변환한다.
|
|
ConvertToBytes ( this xdsDocument, |
XdsDocumentBase 형식의 객체를 Xml Serializer를 수행한 후, byte array로 변환한다.
|
|
ConvertToXdsRequestDocument ( this inBytes ) : |
byte array 정보를 Xml Deserialize를 수행하여 XdsRequestDocument로 빌드한다.
|
|
ConvertToXdsRequestDocument ( this inBytes, |
byte array 정보를 Xml Deserialize를 수행하여 XdsRequestDocument로 빌드한다.
|
|
ConvertToXdsResponseDocument ( this inBytes ) : |
byte array 정보를 Xml Deserialize를 수행하여 XdsResponseDocument로 빌드한다.
|
|
ConvertToXdsResponseDocument ( this inBytes, |
byte array 정보를 Xml Deserialize를 수행하여 XdsResponseDocument로 빌드한다.
|
|
ToRequestDocument ( this stream, |
Stream을 Xml Deserialize를 통해 XdsRequestDocument로 빌드한다.
|
|
ToResponseDocument ( this stream, |
Stream을 Xml Deserialize를 통해 XdsResponseDocument로 빌드한다.
|
|
ToStream ( this requestDocument, |
요청문서를 XmlSerializer를 통해 스트림으로 빌드합니다.
|
|
ToXDocument ( this xds, |
XdsDocumentBase를 상속한 Class의 객체를 Xml Serialize를 수행하여 XDocument 객체로 변환한다.
|
|
ToXmlDocument ( this requestDocument, |
요청 문서를 XmlSerializer를 이용해 직렬화를 수행하여 XmlDocument로 반환합니다.
|
public static ConvertToBytes ( this xdsDocument ) : byte[] | ||
xdsDocument | this | |
return | byte[] |
public static ConvertToBytes ( this xdsDocument, |
||
xdsDocument | this | |
enc | ||
return | byte[] |
public static ConvertToXdsRequestDocument ( this inBytes ) : |
||
inBytes | this | |
return |
public static ConvertToXdsRequestDocument ( this inBytes, |
||
inBytes | this | |
enc | ||
return |
public static ConvertToXdsResponseDocument ( this inBytes ) : |
||
inBytes | this | |
return |
public static ConvertToXdsResponseDocument ( this inBytes, |
||
inBytes | this | |
enc | ||
return |
public static ToRequestDocument ( this stream, |
||
stream | this | Stream |
enc | Encoding 방식 | |
return |
public static ToResponseDocument ( this stream, |
||
stream | this | Stream |
enc | Encoding 방식 | |
return |
public static ToStream ( this requestDocument, |
||
requestDocument | this | 요청문서 |
enc | Encoding 방식 | |
return | Stream |
public static ToXDocument ( this xds, |
||
xds | this | |
enc | ||
return | System.Xml.Linq.XDocument |
public static ToXmlDocument ( this requestDocument, |
||
requestDocument | this | 요청 문서 |
enc | Encoding 방식 | |
return |