SoapServerProtocolFactory クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
.NET Framework は、XML Web サービス要求を処理する SoapServerProtocolFactory クラスのインスタンスを作成します。
public ref class SoapServerProtocolFactory : System::Web::Services::Protocols::ServerProtocolFactory
public class SoapServerProtocolFactory : System.Web.Services.Protocols.ServerProtocolFactory
type SoapServerProtocolFactory = class
inherit ServerProtocolFactory
Public Class SoapServerProtocolFactory
Inherits ServerProtocolFactory
- 継承
コンストラクター
| 名前 | 説明 |
|---|---|
| SoapServerProtocolFactory() |
新しい SoapServerProtocolFactoryを作成します。 |
メソッド
| 名前 | 説明 |
|---|---|
| CreateIfRequestCompatible(HttpRequest) |
ServerProtocolによって指定された XML Web サービス要求の処理に使用できる |
| Equals(Object) |
指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| MemberwiseClone() |
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |