System.Net.NetEventSource.UriBaseAddress C# (CSharp) Method

UriBaseAddress() private method

private UriBaseAddress ( string uriBaseAddress, string objName, int objHash ) : void
uriBaseAddress string
objName string
objHash int
return void
        private unsafe void UriBaseAddress(string uriBaseAddress, string objName, int objHash) =>
            WriteEvent(UriBaseAddressId, uriBaseAddress, objName, objHash);

Same methods

NetEventSource::UriBaseAddress ( object obj, Uri baseAddress ) : void