Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 23, 2012 05:43
Show Gist options
  • Select an option

  • Save sandrinodimattia/3162123 to your computer and use it in GitHub Desktop.

Select an option

Save sandrinodimattia/3162123 to your computer and use it in GitHub Desktop.
IServerConfiguration
public interface IServerConfiguration
{
int Port { get; set; }
string Server { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment