Microsoft.Protocols.TestSuites.MS_OXCFXICS.MessageContent.Verify C# (CSharp) Method

Verify() public static method

Verify that a stream's current position contains a serialized MessageContent.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool
        public static bool Verify(FastTransferStream stream)
        {
            return PropList.Verify(stream);
        }