This exception is typically thrown on the client when the action related to the operation invoked does not match any action of operations in the server.
AddressAccessDeniedExceptionThe exception that is thrown when access to the address is denied.
AddressAlreadyInUseExceptionThe exception that is thrown when an address is unavailable because it is already in use.
BasicHttpBindingRepresents a binding that a Windows Communication Foundation (WCF) service can use to configure and expose endpoints that are able to communicate with ASMX-based Web services and clients and other services that conform to the WS-I Basic Profile 1.1.
BasicHttpContextBindingProvides a context-enabled binding for the BasicHttpBinding binding.
BasicHttpMessageSecurityConfigures message-level security settings for BasicHttpBinding.
BasicHttpsBindingSpecifies basic https binding settings.
BasicHttpSecurityConfigures the security settings of a basicHttpBinding
binding.
Specifies basic https security settings.
CallbackBehaviorAttributeConfigures a callback service implementation in a client application.
ChannelFactoryCreates and manages the channels that are used by clients to send messages to service endpoints.
ChannelFactory<TChannel>A factory that creates channels of different types that are used by clients to send messages to variously configured service endpoints.
ChannelTerminatedExceptionThis exception is typically thrown on the client when a channel is terminated due to server closing the associated connection.
ClientBase<TChannel>.ChannelBase<T>Represents the generic ChannelBase class.
ClientBase<TChannel>.InvokeAsyncCompletedEventArgsStores the results from an asynchronous call made by the client.
ClientBase<TChannel>Provides the base implementation used to create Windows Communication Foundation (WCF) client objects that can call services.
ClientCredentialsSecurityTokenManagerManages security tokens for the client.
CommunicationExceptionRepresents a communication error in either the service or client application.
CommunicationObjectAbortedExceptionThe exception that is thrown when the call is to an ICommunicationObject object that has aborted.
CommunicationObjectFaultedExceptionThe exception that is thrown when a call is made to a communication object that has faulted.
CorrelationActionMessageFilterProvides a XAML-friendly implementation of a MessageFilter that filters on a single action.
CorrelationQueryRepresents a Where clause and a Select clause that identify the unique characteristics of a message so that it can be routed to the correct instance.
DataContractFormatAttributeInstructs the Windows Communication Foundation (WCF) infrastructure to use the DataContractSerializer.
DeliveryRequirementsAttributeSpecifies the feature requirements that bindings must provide to the service or client implementation.
DnsEndpointIdentitySpecifies the DNS identity of the server.
DuplexChannelFactory<TChannel>Provides the means to create and manage duplex channels of different types that are used by clients to send and receive messages to and from service endpoints.
DuplexClientBase<TChannel>Used to create a channel to a duplex service and associate that channel with a callback object.
EndpointRepresents an endpoint declared in XAML.
EndpointAddressProvides a unique network address that a client uses to communicate with a service endpoint.
EndpointAddress10Provides a serializable type of endpoint address that is WS-Addressing V1 compliant and that enables it to be exposed as part of the service contract.
EndpointAddressAugust2004Provides a serializable type of endpoint address that is compliant with the version of WS-Addressing published in August 2004 and that enables it to be exposed as part of the service contract.
EndpointAddressBuilderA factory for producing new (immutable) endpoint addresses with specific property values.
EndpointIdentityAn abstract class that when implemented provides an identity that enables the authentication of an endpoint by clients that exchange messages with it.
EndpointIdentityExtensionA markup extension for the EndpointIdentity class.
EndpointNotFoundExceptionThe exception that is thrown when a remote endpoint could not be found or reached.
EnvelopeVersionContains information related to the version of SOAP associated with a message and its exchange.
ExceptionDetailRepresents fault detail information.
ExceptionMapperDefines the mapping to be used for translating exceptions to fault.
ExtensionCollection<T>Represents a collection of extensions.
FaultCodeRepresents a SOAP fault code.
FaultContractAttributeSpecifies one or more SOAP faults that are returned when a service operation encounters processing errors.
FaultExceptionRepresents a SOAP fault.
FaultException<TDetail>Used in a client application to catch contractually-specified SOAP faults.
FaultImportOptionsIndicates whether to use the XmlSerializer for reading and writing faults.
FaultReasonProvides a text description of a SOAP fault.
FaultReasonTextRepresents the text of the reason of a SOAP fault.
FederatedMessageSecurityOverHttpConfigures the message-level security of the WSFederationHttpBinding
binding.
Specifies the base HTTP binding.
HttpTransportSecurityRepresents the transport-level security settings for the WSHttpBinding.
InstanceContextRepresents the context information for a service instance.
InvalidMessageContractExceptionRepresents a message contract that is not valid.
MessageBodyMemberAttributeSpecifies that a member is serialized as an element inside the SOAP body.
MessageContractAttributeDefines a strongly-typed class that corresponds to a SOAP message.
MessageContractMemberAttributeDeclares the base members for MessageBodyMemberAttribute and MessageHeaderAttribute.
MessageHeader<T>Represents the content of a SOAP header.
MessageHeaderArrayAttributeSpecifies that the default wrapper element in the SOAP message must not be written around array types in a header element.
MessageHeaderAttributeSpecifies that a data member is a SOAP message header.
MessageHeaderExceptionThe exception that is thrown when the expectations regarding headers of a SOAP message are not satisfied when the message is processed.
MessageParameterAttributeControls the name of the request and response parameter names. Cannot be used with Message or message contracts.
MessagePropertyAttributeRepresents data that is passed locally with a custom message type but not serialized into a SOAP message.
MessageQuerySetA set of MessageQuery objects and an associated string parameter. A correlation hash (InstanceKey) is computed from the results of the MessageQuery objects as well as the associated strings.
MessageSecurityOverHttpEnables setting message-level security properties on the wsDualHttpBinding binding.
MessageSecurityOverMsmqEnables setting message-level security properties on the NetMsmqBinding binding.
MessageSecurityOverTcpConfigures the message-level security for a message sent using the TCP transport.
MessageSecurityVersionAn abstract container class that, when implemented by several of its static properties, contains version information for security components.
MsmqBindingBaseThe base class for NetMsmqBinding and MsmqIntegrationBinding.
MsmqExceptionEncapsulates errors returned by Message Queuing (MSMQ). This exception is thrown by the Message Queuing transport and the Message Queuing integration channel.
MsmqPoisonMessageExceptionEncapsulates the exception that is thrown when the channel detects that the message is a poison message.
MsmqTransportSecurityThe MsmqTransportSecurity class encapsulates the transport security settings for queued transports.
NamedPipeTransportSecurityProvides properties that control protection level for a named pipe.
NetHttpBindingSpecifies settings for NetHttpBinding.
NetHttpsBindingSpecifies settings for NetHttpsBinding.
NetMsmqBindingRepresents a queued binding that is suitable for cross-machine communication.
NetMsmqSecurityThe NetMsmqSecurity class encapsulates the MSMQ security features available when using the NetMsmqBinding binding.
NetNamedPipeBindingProvides a secure and reliable binding that is optimized for on-machine communication.
NetNamedPipeSecurityProvides access to the security settings for endpoints configured with the named pipe binding.
NetPeerTcpBindingProvides a secure binding for peer-to-peer network applications.
NetTcpBindingA secure, reliable binding suitable for cross-machine communication.
NetTcpContextBindingProvides a context-enabled binding for the NetTcpContextBinding binding.
NetTcpSecuritySpecifies the types of transport-level and message-level security used by an endpoint configured with a NetTcpBinding.
NonDualMessageSecurityOverHttpRepresents the security settings of the wsHttpBinding binding.
OperationBehaviorAttributeSpecifies the local execution behavior of a service method.
OperationContextProvides access to the execution context of a service method.
OperationContextScopeCreates a block within which an OperationContext object is in scope.
OperationContractAttributeIndicates that a method defines an operation that is part of a service contract in a Windows Communication Foundation (WCF) application.
OptionalReliableSessionProvides convenient access to whether a reliable session is enabled when using one of the predefined bindings where it is optional.
PeerHopCountAttributeSpecifies the peer hop count member of a SOAP message header block.
PeerMessagePropagationFilterDefines the base class for peer channel message filters.
PeerNodeDefines the instance of a peer node used by an application participating in a specific peer mesh.
PeerNodeAddressSpecifies a type that contains the EndpointAddress for a peer node as well as an optional collection of multihoming IP addresses.
PeerResolverSpecifies a base type used to define the contract for the registration and resolution of a peer mesh ID to the endpoint addresses of nodes participating in the mesh.
PeerSecuritySettingsContains the security settings associated with a peer channel, including the type of authentication used and the security used for the message transport.
PeerTransportSecuritySettingsContains the security settings for a peer channel transport.
PoisonMessageExceptionAn exception that is thrown when the message is deemed poison. A message is poisoned if it fails repeated attempts to deliver the message.
ProtocolExceptionThe exception seen on the client that is thrown when communication with the remote party is impossible due to mismatched data transfer protocols.
QuotaExceededExceptionThe exception that is thrown when a message quota has been exceeded.
ReceiveContextEnabledAttributeThis attribute can be applied to service operations to enable receive context behavior.
ReliableMessagingVersionContains the settings for the supported versions of the WS-ReliableMessaging protocol. This is an abstract class.
ReliableSessionProvides convenient access to the properties of a reliable session binding element that are available when using one of the system-provided bindings.
RsaEndpointIdentitySpecifies an RSA identity for the service endpoint.
ServerTooBusyExceptionThe exception that is thrown when a server is too busy to accept a message.
ServiceActivationExceptionThe exception that is thrown when a service fails to activate.
ServiceAuthenticationManagerRepresents a service authentication manager.
ServiceAuthorizationManagerProvides authorization access checking for service operations.
ServiceBehaviorAttributeSpecifies the internal execution behavior of a service contract implementation.
ServiceConfigurationRepresents a configurable property for the service.
ServiceContractAttributeIndicates that an interface or a class defines a service contract in a Windows Communication Foundation (WCF) application.
ServiceHostProvides a host for services.
ServiceHostBaseExtends the ServiceHostBase class to implement hosts that expose custom programming models.
ServiceHostingEnvironmentProvides information about the current hosting environment in which Windows Communication Foundation (WCF) services are running.
ServiceKnownTypeAttributeSpecifies known types to be used by a service when serializing or deserializing.
ServiceSecurityContextRepresents the security context of a remote party. On the client, represents the service identity and, on the service, represents the client identity.
SpnEndpointIdentityRepresents a service principal name (SPN) for an identity when the binding uses Kerberos.
TcpTransportSecurityProvides properties that control authentication parameters and protection level for the TCP transport.
TransactionFlowAttributeSpecifies whether a service operation accepts incoming transactions from a client.
TransactionProtocolSpecifies the transaction protocol used in flowing transactions.
UdpBindingRepresents a UDP binding.
UnixDomainSocketBinding UnixDomainSocketSecurity UnixDomainSocketTransportSecurity UnknownMessageReceivedEventArgsContains the message received by a channel and cannot be associated with any callback operation or pending request.
UpnEndpointIdentityRepresents a user principal name (UPN) for an identity which is used when the binding utilizes the SSPINegotiate authentication mode.
UriSchemeKeyedCollectionProvides a thread-safe collection that contains URIs that are keyed by their transport scheme name.
WebHttpBindingA binding used to configure endpoints for Windows Communication Foundation (WCF) Web services that are exposed through HTTP requests instead of SOAP messages.
WebHttpSecuritySpecifies the types of security available to a service endpoint configured to receive HTTP requests.
WorkflowServiceHostProvides host for workflow-based services.
WS2007FederationHttpBindingA secure and interoperable binding that derives from WS2007HttpBinding and supports federated security.
WS2007HttpBindingRepresents an interoperable binding that derives from WSHttpBinding and provides support for the updated versions of the Security, ReliableSession, and TransactionFlow binding elements.
WSDualHttpBindingA secure and interoperable binding that is designed for use with duplex service contracts that allows both services and clients to send and receive messages.
WSDualHttpSecuritySpecifies the security settings for the WSDualHttpBinding.
WSFederationHttpBindingA secure and interoperable binding that supports federated security.
WSFederationHttpSecuritySpecifies the security settings for the WSFederationHttpBinding. This class cannot be inherited.
WSHttpBindingRepresents an interoperable binding that supports distributed transactions and secure, reliable sessions.
WSHttpBindingBaseProvides the base class with members common to the WSHttpBinding and the WSFederationHttpBinding.
WSHttpContextBindingProvides a context-enabled binding for the WSHttpContextBinding.
WSHttpSecurityRepresents the security settings for the WSHttpBinding.
X509CertificateEndpointIdentityRepresents a certificate identity for the service endpoint. Clients that attempt to communicate with that service endpoint should authenticate the service based on the certificate provided in the endpoint identity.
XmlSerializerFormatAttributeInstructs the Windows Communication Foundation (WCF) infrastructure to use the XmlSerializer instead of the XmlObjectSerializer.
XPathMessageQueryA message query that evaluates XPath expressions to retrieve data from a message.
IClientChannelDefines the behavior of outbound request and request/reply channels used by client applications.
ICommunicationObjectDefines the contract for the basic state machine for all communication-oriented objects in the system, including channels, the channel managers, factories, listeners, and dispatchers, and service hosts.
IContextChannelDefines the interface for the context control of a channel.
IDefaultCommunicationTimeoutsDefines the interface for specifying communication timeouts used by channels, channel managers such as channel listeners and channel factories, and service hosts.
IDuplexContextChannelDefines the interface a client channel must implement to exchange messages in a duplex session.
IExtensibleObject<T>Enable an object to participate in custom behavior, such as registering for events, or watching state transitions.
IExtension<T>Enables an object to extend another object through aggregation.
IExtensionCollection<T>A collection of the IExtension<T> objects that allow for retrieving the IExtension<T> by its type.
IOnlineStatusDefines the properties and events used by network-enabled objects to indicate network availability.
IServiceChannelDefines the interface for a service channel.
ClientBase<TChannel>.BeginOperationDelegateA delegate that is used by InvokeAsync(ClientBase<TChannel>.BeginOperationDelegate, Object[], ClientBase<TChannel>.EndOperationDelegate, SendOrPostCallback, Object) for calling asynchronous operations on the client.
ClientBase<TChannel>.EndOperationDelegateRepresents a delegate that is invoked by InvokeAsync(ClientBase<TChannel>.BeginOperationDelegate, Object[], ClientBase<TChannel>.EndOperationDelegate, SendOrPostCallback, Object) on successful completion of the call made by InvokeAsync(ClientBase<TChannel>.BeginOperationDelegate, Object[], ClientBase<TChannel>.EndOperationDelegate, SendOrPostCallback, Object) to ClientBase<TChannel>.BeginOperationDelegate.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4