MethodResponse(Header[], IMethodCallMessage) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir uzaktan iletişim üst bilgileri dizisinden ve istek iletisinden sınıfının yeni bir örneğini MethodResponse başlatır.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
public:
MethodResponse(cli::array <System::Runtime::Remoting::Messaging::Header ^> ^ h1, System::Runtime::Remoting::Messaging::IMethodCallMessage ^ mcm);
public MethodResponse (System.Runtime.Remoting.Messaging.Header[] h1, System.Runtime.Remoting.Messaging.IMethodCallMessage mcm);
[System.Security.SecurityCritical]
public MethodResponse (System.Runtime.Remoting.Messaging.Header[] h1, System.Runtime.Remoting.Messaging.IMethodCallMessage mcm);
new System.Runtime.Remoting.Messaging.MethodResponse : System.Runtime.Remoting.Messaging.Header[] * System.Runtime.Remoting.Messaging.IMethodCallMessage -> System.Runtime.Remoting.Messaging.MethodResponse
[<System.Security.SecurityCritical>]
new System.Runtime.Remoting.Messaging.MethodResponse : System.Runtime.Remoting.Messaging.Header[] * System.Runtime.Remoting.Messaging.IMethodCallMessage -> System.Runtime.Remoting.Messaging.MethodResponse
Public Sub New (h1 As Header(), mcm As IMethodCallMessage)
Parametreler
- h1
- Header[]
Anahtar/değer çiftleri içeren uzaktan iletişim üst bilgileri dizisi. Bu dizi, ad alanına "http://schemas.microsoft.com/clr/soap/messageProperties"
ait üst bilgilerin alanlarını başlatmak MethodResponse için kullanılır.
Uzak nesnede yöntem çağrısı işlevi gören bir istek iletisi.
- Öznitelikler
Açıklamalar
sınıfıMethodResponse, .NET Framework uzaktan iletişim altyapısı tarafından kullanılır. Doğrudan sınıfının bir örneğini MethodResponse oluşturmanız gerekmez; bunun yerine arabirimini IMethodReturnMessage kullanın.