Wednesday, December 2, 2009

How will declare a one way communication method in a ASP.NET Webservice?


[SoapDocumentMethod(OneWay=true)]
[WebMethod()]
public void AOneWayComm()
{
//
}


www.codecollege.NET

No comments:

Post a Comment