hessiancsharp.io.AbstractHessianInput.ReadReply C# (CSharp) Method

ReadReply() public abstract method

Reads a reply as an object. If the reply has a fault, throws the exception.
public abstract ReadReply ( Type expectedType ) : Object
expectedType System.Type Expected class of the value
return Object
        public abstract Object ReadReply(Type expectedType);