6 types derived from ServerProtocolFactory
System.Web.Services (6)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
202
internal class DiscoveryServerProtocolFactory :
ServerProtocolFactory
{
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
87
internal class DocumentationServerProtocolFactory :
ServerProtocolFactory
{
System\Web\Services\Protocols\HttpGetServerProtocol.cs (1)
9
internal class HttpGetServerProtocolFactory :
ServerProtocolFactory
{
System\Web\Services\Protocols\HttpPostLocalhostServerProtocol.cs (1)
11
internal class HttpPostLocalhostServerProtocolFactory :
ServerProtocolFactory
{
System\Web\Services\Protocols\HttpPostServerProtocol.cs (1)
9
internal class HttpPostServerProtocolFactory :
ServerProtocolFactory
{
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
206
public class SoapServerProtocolFactory :
ServerProtocolFactory
{
7 references to ServerProtocolFactory
System.Web.Services (7)
System\Web\Services\Configuration\WebServicesSection.cs (5)
350
internal
ServerProtocolFactory
[] ServerProtocolFactories {
356
List<
ServerProtocolFactory
> serverProtocolFactoryList = new List<
ServerProtocolFactory
>();
361
serverProtocolFactoryList.Add((
ServerProtocolFactory
)Activator.CreateInstance(this.SoapServerProtocolFactory));
516
ServerProtocolFactory
[] serverProtocolFactories = null;
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (2)
92
ServerProtocolFactory
[] protocolFactories = GetServerProtocolFactories();
149
private
ServerProtocolFactory
[] GetServerProtocolFactories()