C# Class DebugTests.ExampleHelper

Provides implementation shared across examples
Mostrar archivo Open project: MarcFletcher/NetworkComms.Net Class Usage Examples

Public Methods

Method Description
GetServerDetails ( ConnectionInfo &connectionInfo ) : void

Request user to provide server details and returns the result as a ConnectionInfo object. Performs the necessary validation and prevents code duplication across examples.

Method Details

GetServerDetails() public static method

Request user to provide server details and returns the result as a ConnectionInfo object. Performs the necessary validation and prevents code duplication across examples.
public static GetServerDetails ( ConnectionInfo &connectionInfo ) : void
connectionInfo ConnectionInfo
return void