Class AuthenticatedWcfProxy<TChannel>
Inheritance
System.Object
AuthenticatedWcfProxy<TChannel>
Assembly: EPiServer.Framework.dll
Version: 8.11.0
Syntax
public class AuthenticatedWcfProxy<TChannel> : ClientBase<TChannel> where TChannel : class
Type Parameters
Name |
Description |
TChannel |
|
Constructors
AuthenticatedWcfProxy(String, String, String)
Declaration
public AuthenticatedWcfProxy(string endpointConfigurationName, string userName, string password)
Parameters
Type |
Name |
Description |
System.String |
endpointConfigurationName |
|
System.String |
userName |
|
System.String |
password |
|
Properties
Interface
Declaration
public TChannel Interface { get; }
Property Value
Type |
Description |
TChannel |
|
Methods
Close()
Declaration
UpdateAddress(Uri)
Declaration
public void UpdateAddress(Uri address)
Parameters
Type |
Name |
Description |
System.Uri |
address |
|
UpdateHostInAddress(String)
Declaration
public void UpdateHostInAddress(string host)
Parameters
Type |
Name |
Description |
System.String |
host |
|