Table of Contents

Interface IResponse<T>

Namespace
Javax.Xml.Ws
Assembly
MASES.JNet.dll

.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; }

Property Value

Map<String, object>