5 overrides of IsOneWay
System.Web.Services (5)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
255internal override bool IsOneWay {
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
159internal override bool IsOneWay {
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
177internal override bool IsOneWay {
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
470internal override bool IsOneWay {
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (1)
172internal override bool IsOneWay {
9 references to IsOneWay
System.Web.Services (9)
System\Web\Services\Protocols\WebServiceHandler.cs (9)
54if (protocol.IsOneWay) 99if (!protocol.IsOneWay && RemoteDebugger.IsServerCallInEnabled(protocol, out stringBuffer)) { 117if (!protocol.IsOneWay) { 148if (protocol.IsOneWay) { 181if (!protocol.IsOneWay) 250if (protocol.IsOneWay) { 325if (protocol.IsOneWay) 343if (!protocol.IsOneWay) 353if (protocol.IsOneWay) return;