Interface IMessageContext
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/handler/MessageContext.html
public interface IMessageContext : IMap<String, object>
- Inherited Members
Methods
GetScope(String)
MessageContext.Scope GetScope(String arg0)
Parameters
Returns
SetScope(String, Scope)
void SetScope(String arg0, MessageContext.Scope arg1)
Parameters
arg0Stringarg1MessageContext.Scope