Skip to main content

IEncryptedClient

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IEncryptedClient : IReplyClient, IServiceGateway, IHasSessionId, IHasBearerToken, IHasVersion

Properties

ServerPublicKeyXml

View Source
Declaration
string ServerPublicKeyXml { get; }

Client

View Source
Declaration
IJsonServiceClient Client { get; }

Methods

Send<TResponse>(String, Object)

View Source
Declaration
TResponse Send<TResponse>(string httpMethod, object request)
Returns

<TResponse>

Parameters
TypeName
System.StringhttpMethod
System.Objectrequest
Type Parameters
  • TResponse

Send<TResponse>(String, IReturn<TResponse>)

View Source
Declaration
TResponse Send<TResponse>(string httpMethod, IReturn<TResponse> request)
Returns

<TResponse>

Parameters
TypeName
System.StringhttpMethod
ServiceStack.IReturn<T>request
Type Parameters
  • TResponse