We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c481c8 commit 38edfd7Copy full SHA for 38edfd7
SubSonic.Core.Remoting/Channels/Services/BasePipeService.cs
@@ -18,7 +18,7 @@ protected BasePipeService(Uri serviceUri)
18
IsRunning = true;
19
}
20
21
- public bool IsRunning { get; protected set; }
+ public virtual bool IsRunning { get; protected set; }
22
23
public Uri[] GetAllChannelUri()
24
{
0 commit comments