HttpRemotingHandler Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the HttpRemotingHandler class.
Overloads
HttpRemotingHandler() |
Initializes a new instance of the HttpRemotingHandler class with default values. |
HttpRemotingHandler(Type, Object) |
Initializes a new instance of the HttpRemotingHandler class with default values. |
HttpRemotingHandler()
Initializes a new instance of the HttpRemotingHandler class with default values.
public:
HttpRemotingHandler();
public HttpRemotingHandler ();
Public Sub New ()
Applies to
HttpRemotingHandler(Type, Object)
Initializes a new instance of the HttpRemotingHandler class with default values.
public:
HttpRemotingHandler(Type ^ type, System::Object ^ srvID);
public HttpRemotingHandler (Type type, object srvID);
new System.Runtime.Remoting.Channels.Http.HttpRemotingHandler : Type * obj -> System.Runtime.Remoting.Channels.Http.HttpRemotingHandler
Public Sub New (type As Type, srvID As Object)
Parameters
- type
- Type
The constructor ignores the type
parameter.
- srvID
- Object
The constructor ignores the srvID
parameter.
Remarks
Use the default HttpRemotingHandler constructor instead.