Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help in SDI Pin
David Crow20-Aug-03 2:37
David Crow20-Aug-03 2:37 
GeneralWindows message queue Pin
kumarjainendra19-Aug-03 12:21
kumarjainendra19-Aug-03 12:21 
GeneralRe: Windows message queue Pin
Michael Dunn19-Aug-03 12:32
sitebuilderMichael Dunn19-Aug-03 12:32 
GeneralRe: Windows message queue Pin
John M. Drescher19-Aug-03 13:56
John M. Drescher19-Aug-03 13:56 
GeneralOCX Control Dispatching Pin
BarryPearlman19-Aug-03 10:37
BarryPearlman19-Aug-03 10:37 
General"No appropriate constructor available" Pin
adaoja19-Aug-03 10:24
adaoja19-Aug-03 10:24 
GeneralRe: "No appropriate constructor available" Pin
David Crow19-Aug-03 10:50
David Crow19-Aug-03 10:50 
GeneralRe: "No appropriate constructor available" Pin
adaoja19-Aug-03 22:20
adaoja19-Aug-03 22:20 
Hi
Thank you for the answer, the class declaration goes as follows.

*******************************
HttpSoapContext Class
HttpSoapContext Members | Microsoft.Web.Services Namespace
Requirements
Namespace: Microsoft.Web.Services

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Microsoft.Web.Services (in Microsoft.Web.Services.dll)

Provides access to the SoapContext associated with a SOAP request and SOAP response for XML Web services created using ASP.NET. This class cannot be inherited.

For a list of all members of this type, see HttpSoapContext Members.

System.Object
Microsoft.Web.Services.HttpSoapContext

[C++]
public __gc __sealed class HttpSoapContext


Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks
The SoapContext provides access to the WS-Security, WS-Routing, and other XML Web services architecture-specific details associated with a SOAP message.

Use this class to gain access from within an XML Web service to the the SoapContext associated with a SOAP request through the static members RequestContext and ResponseContext.When an XML Web service method is a one-way method, an XML Web service cannot gain access to the SoapContext using the static members of this class. To gain access to the SoapContext for one-way methods, the class implementing the XML Web service should inherit from System.Web.Services.WebService and add code within the one-way method to get the Context property.


Requirements
Namespace: Microsoft.Web.Services

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Microsoft.Web.Services (in Microsoft.Web.Services.dll)

********************************

Regards

Daniel
GeneralRe: "No appropriate constructor available" Pin
David Crow20-Aug-03 2:29
David Crow20-Aug-03 2:29 
GeneralRe: "No appropriate constructor available" Pin
adaoja20-Aug-03 3:04
adaoja20-Aug-03 3:04 
GeneralRe: "No appropriate constructor available" Pin
David Crow20-Aug-03 3:47
David Crow20-Aug-03 3:47 
GeneralRe: "No appropriate constructor available" Pin
adaoja20-Aug-03 4:12
adaoja20-Aug-03 4:12 
GeneralRe: "No appropriate constructor available" Pin
David Crow20-Aug-03 4:16
David Crow20-Aug-03 4:16 
GeneralRe: "No appropriate constructor available" Pin
Christian Graus19-Aug-03 11:08
protectorChristian Graus19-Aug-03 11:08 
GeneralRe: "No appropriate constructor available" Pin
Steve S19-Aug-03 21:59
Steve S19-Aug-03 21:59 
GeneralRe: "No appropriate constructor available" Pin
adaoja19-Aug-03 22:23
adaoja19-Aug-03 22:23 
GeneralRe: "No appropriate constructor available" Pin
David Crow20-Aug-03 2:28
David Crow20-Aug-03 2:28 
GeneralSpy++ can not capture message of this window Pin
Shawn Ning19-Aug-03 10:10
Shawn Ning19-Aug-03 10:10 
GeneralRe: Spy++ can not capture message of this window Pin
HPSI19-Aug-03 11:11
HPSI19-Aug-03 11:11 
GeneralWebcam with MFC Pin
MKlucher19-Aug-03 10:10
MKlucher19-Aug-03 10:10 
GeneralRe: Webcam with MFC Pin
HPSI19-Aug-03 11:16
HPSI19-Aug-03 11:16 
Generalerasing a list entry Pin
Kuniva19-Aug-03 8:32
Kuniva19-Aug-03 8:32 
GeneralNVM Pin
Kuniva19-Aug-03 10:07
Kuniva19-Aug-03 10:07 
GeneralRe: NVM Pin
David Crow19-Aug-03 10:18
David Crow19-Aug-03 10:18 
GeneralRe: NVM Pin
Kuniva19-Aug-03 13:46
Kuniva19-Aug-03 13:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.