The following tables list the members exposed by RpcClientApi.
Name | Description | |
---|---|---|
![]() | RpcClientApi Constructor | Connects to the provided server interface with the given protocol and server:endpoint |
Name | Description | |
---|---|---|
![]() ![]() | Anonymous | Returns a constant NetworkCredential that represents the Anonymous user |
![]() | Protocol | The protocol that was provided to the constructor |
![]() ![]() | Self | Returns a constant NetworkCredential that represents the current Windows user |
Name | Description | |
---|---|---|
![]() | AuthenticateAs | Overloaded. Adds authentication information to the client, use the static Self to authenticate as the currently logged on Windows user. |
![]() | Dispose | Disconnects the client and frees any resources. |
![]() | Execute | Sends a message as an array of bytes and retrieves the response from the server, if AuthenticateAs() has not been called, the client will authenticate as Anonymous. |
Reference
RpcClientApi ClassCSharpTest.Net.RpcLibrary Namespace