サーバ処理の結果を保持するクラスです。

C# | Visual Basic | Visual C++ |
public class CommunicationResult
Public Class CommunicationResult
public ref class CommunicationResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CommunicationResult()()() |
CommunicationResult クラスの新しいインスタンスを初期化します。
|
![]() | CommunicationResult(DataSet) |
CommunicationResult クラスの新しいインスタンスを初期化します。
|
![]() | AddResponseHeaders(IDictionary<(Of <(String, String>)>)) |
レスポンスヘッダの名前と値のペアを CommunicationResult に設定します。
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | (Inherited from Object.) |
![]() | GetHashCode()()() | (Inherited from Object.) |
![]() | GetType()()() | (Inherited from Object.) |
![]() | MemberwiseClone()()() | (Inherited from Object.) |
![]() | ResponseHeaders |
レスポンスヘッダの名前と値のペアを格納している IDictionary<(Of <(TKey, TValue>)>) を取得します。
|
![]() | ResultData |
サーバ処理の結果データを取得または設定します。
|
![]() | ToString()()() | (Inherited from Object.) |

Object | ||
![]() | CommunicationResult | |
![]() | DownloadResult |