Design Pattern Framework 3.5
ActionServiceClient Class
Patterns-In-Action! Application ► WindowsFormsModel.ActionServiceReference ► ActionServiceClient
Declaration Syntax
C# | Visual Basic |
public class ActionServiceClient : ClientBase<IActionService>, IActionService
Public Class ActionServiceClient _ Inherits ClientBase(Of IActionService) _ Implements IActionService
Members
All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
ActionServiceClient()()() |
Initializes a new instance of the ActionServiceClient class
|
|
ActionServiceClient(String) |
Initializes a new instance of the ActionServiceClient class
|
|
ActionServiceClient(String, String) |
Initializes a new instance of the ActionServiceClient class
|
|
ActionServiceClient(String, EndpointAddress) |
Initializes a new instance of the ActionServiceClient class
|
|
ActionServiceClient(Binding, EndpointAddress) |
Initializes a new instance of the ActionServiceClient class
|
|
Abort()()() | Causes the ClientBase<(Of <(TChannel>)>) object to transition immediately from its current state into the closed state. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
Channel | Gets the inner channel used to communicate with the service. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
ChannelFactory | Gets the underlying ChannelFactory<(Of <(TChannel>)>) object. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
ClientCredentials | Gets the client credentials used to call an operation. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
Close()()() | Causes the ClientBase<(Of <(TChannel>)>) object to transition from its current state into the closed state. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
CreateChannel()()() | Returns a new channel to the service. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
DisplayInitializationUI()()() | Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
Endpoint | Gets the target endpoint for the service to which the WCF client can connect. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetCart(CartRequest) |
|
|
GetCustomers(CustomerRequest) |
|
|
GetDefaultValueForInitialization<(Of <(T>)>)()()() | Replicates the behavior of the default keyword in C#. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetOrders(OrderRequest) |
|
|
GetProducts(ProductRequest) |
|
|
GetToken(TokenRequest) |
|
|
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
|
InnerChannel | Gets the underlying IClientChannel implementation. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
InvokeAsync(ClientBase<(Of <(TChannel>)>)..::.BeginOperationDelegate, array<Object>[]()[], ClientBase<(Of <(TChannel>)>)..::.EndOperationDelegate, SendOrPostCallback, Object) | (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
Login(LoginRequest) |
|
|
Logout(LogoutRequest) |
|
|
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Open()()() | Causes the ClientBase<(Of <(TChannel>)>) object to transition from the created state into the opened state. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
SetCart(CartRequest) |
|
|
SetCustomers(CustomerRequest) |
|
|
SetOrders(OrderRequest) |
|
|
SetProducts(ProductRequest) |
|
|
State | Gets the current state of the ClientBase<(Of <(TChannel>)>) object. (Inherited from ClientBase<(Of <(IActionService>)>).) |
|
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | ||
ClientBase < (Of < ( IActionService > ) > ) | ||
ActionServiceClient |