Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Models Namespace / ClientDimensions Class / WriteJson Method

In This Topic
    WriteJson Method (ClientDimensions)
    In This Topic
    Syntax
    'Declaration
     
    
    <NullableContextAttribute(1)>
    Public Sub WriteJson( _
       ByVal writer As Utf8JsonWriter, _
       ByVal propertyName As JsonEncodedText _
    ) 
    [NullableContext(1)]
    public void WriteJson( 
       Utf8JsonWriter writer,
       JsonEncodedText propertyName
    )

    Parameters

    writer
    propertyName
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also