ScaffoldingClient(TcpClient, ILogger, Int32) Constructor
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.
public:
ScaffoldingClient(System::Net::Sockets::TcpClient ^ client, Microsoft::VisualStudio::Web::CodeGeneration::ILogger ^ logger, int port);
public ScaffoldingClient (System.Net.Sockets.TcpClient client, Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger, int port);
new Microsoft.VisualStudio.Web.CodeGeneration.Design.ScaffoldingClient : System.Net.Sockets.TcpClient * Microsoft.VisualStudio.Web.CodeGeneration.ILogger * int -> Microsoft.VisualStudio.Web.CodeGeneration.Design.ScaffoldingClient
Public Sub New (client As TcpClient, logger As ILogger, port As Integer)
Parameters
- client
- TcpClient
- logger
- ILogger
- port
- Int32