Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made EndpointAddress virtual #358

Merged
1 commit merged into from
Jun 10, 2014
Merged

Made EndpointAddress virtual #358

1 commit merged into from
Jun 10, 2014

Conversation

MikeChristensen
Copy link

Trying again to make EndpointAddress virtual. Sorry, there's still some differences in line endings or something. I tried for 20 min to get rid of them and show only the one line change, but I just don't know Git well enough. I can just log a bug instead if that's easier, or we can build our own custom version for our purposes.

@@ -75,7 +75,7 @@ public LogReceiverWebServiceTarget()
/// <value>The endpoint address.</value>
/// <docgen category='Connection Options' order='10' />
[RequiredParameter]
public string EndpointAddress { get; set; }
public virtual string EndpointAddress { get; set; }
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only line that should change. Ignore any other file changes.

ghost pushed a commit that referenced this pull request Jun 10, 2014
@ghost ghost merged commit a5e0ebb into NLog:master Jun 10, 2014
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement on existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant