System.ServiceModel.Channels.SvcHttpHandler.SvcHttpHandler C# (CSharp) Method

SvcHttpHandler() public method

public SvcHttpHandler ( Type type, Type factoryType, string path ) : System
type System.Type
factoryType System.Type
path string
return System
		public SvcHttpHandler (Type type, Type factoryType, string path)
		{
			this.type = type;
			this.factory_type = factoryType;
			this.path = path;
		}