Click or drag to resize
ServiceContractAttributeCallbackContract Property
Gets or sets the type of callback contract when the contract is a duplex contract.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public Type CallbackContract { get; set; }

Property Value

Type: Type
See Also