Remove unused RPCClient field from NPClient.

release-v1.1.0
Icedream 2015-03-21 22:26:09 +01:00
parent 73a315e6cc
commit 0f71d59a14
1 changed files with 0 additions and 5 deletions

View File

@ -36,11 +36,6 @@ namespace NPSharp.NP
_log = LogManager.GetLogger("NPClient"); _log = LogManager.GetLogger("NPClient");
} }
/// <summary>
/// The internal RPC client.
/// </summary>
public RPCClientStream RPCClient { get; private set; }
/// <summary> /// <summary>
/// The assigned NP user ID. Will be set on successful authentication. /// The assigned NP user ID. Will be set on successful authentication.
/// </summary> /// </summary>