DiscoveryOperationContextExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An operation context extension used to make various configuration items available to the discovery runtime.
public ref class DiscoveryOperationContextExtension : System::ServiceModel::IExtension<System::ServiceModel::OperationContext ^>
public class DiscoveryOperationContextExtension : System.ServiceModel.IExtension<System.ServiceModel.OperationContext>
type DiscoveryOperationContextExtension = class
interface IExtension<OperationContext>
Public Class DiscoveryOperationContextExtension
Implements IExtension(Of OperationContext)
- Inheritance
-
DiscoveryOperationContextExtension
- Implements
Properties
DiscoveryMode |
Gets the ServiceDiscoveryMode. |
DiscoveryVersion |
Gets the DiscoveryVersion. |
MaxResponseDelay |
Gets a TimeSpan that specifies the maximum response delay. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
IExtension<OperationContext>.Attach(OperationContext) |
An implementation of the Attach(T) method. |
IExtension<OperationContext>.Detach(OperationContext) |
An implementation of the IExtension<OperationContext>.Detach(OperationContext) method. |