Class GlueForm.BadContract
Inheritance
System.Object
GlueForm.BadContract
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: WinFormsTest.dll
public class BadContract : ClientEndPoint, IDisposable
Constructors
Declaration
public BadContract(string node, Binding binding = null)
Parameters
Type |
Name |
Description |
System.String |
node |
|
Binding |
binding |
|
Properties
Declaration
public override Type Contract { get; }
Property Value
Type |
Description |
System.Type |
|
Overrides
Methods
Declaration
public CallSlot Async_Echo(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
Declaration
public CallSlot Async_Notify(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
Declaration
public string Echo(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
Type |
Description |
System.String |
|
Declaration
public void Notify(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Implements
System.IDisposable
Extension Methods