IServiceClientCommon
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IServiceClientCommon : IDisposable
Methods
SetCredentials(String, String)
View Source
Declaration
void SetCredentials(string userName, string password)
Parameters
Type | Name |
---|---|
System.String | userName |
System.String | password |