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