Interface IResponse<T>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/Response.html
public interface IResponse<T> : IFuture<T>
Type Parameters
T
- Inherited Members
Properties
Context
Map<String, object> Context { get; }