Skip to content

Instantly share code, notes, and snippets.

@PatrickKalkman
Created February 27, 2019 13:03
Show Gist options
  • Save PatrickKalkman/fabbf38e8a11099e13e460fa0c21070c to your computer and use it in GitHub Desktop.
Save PatrickKalkman/fabbf38e8a11099e13e460fa0c21070c to your computer and use it in GitHub Desktop.
public interface IWcfConfiguration
{
string RetrieveUriString();
int RetrievePortNumber();
TimeSpan RetrieveTimeOut();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment