Created
February 27, 2019 13:03
-
-
Save PatrickKalkman/fabbf38e8a11099e13e460fa0c21070c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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