Initializes a new instance of the BasicSignRequest class
Namespace:
RainWorx.FrameWorx.MVC.Areas.API.MessageHandlersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public BasicSignRequest( string username, string password, HttpMessageHandler inner )
Parameters
- username
- Type: SystemString
- password
- Type: SystemString
- inner
- Type: System.Net.HttpHttpMessageHandler
See Also